Skip to content

Commit

Permalink
fix(package): Fix path to type definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed Nov 7, 2017
1 parent ed26415 commit 0be2991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/bundles/ng-dynamic-component.umd.js",
"module": "dist/bundles/ng-dynamic-component.es5.js",
"es2015": "dist/bundles/ng-dynamic-component.es2015.js",
"typings": "dist/src/ng-dynamic-component.d.ts",
"typings": "dist/ng-dynamic-component.d.ts",
"scripts": {
"commit": "git-cz",
"prepublish": "npm run build",
Expand Down

0 comments on commit 0be2991

Please sign in to comment.