Skip to content

Commit

Permalink
fix(package): fixed link to main file
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Oct 11, 2016
1 parent 638dcc3 commit a515089
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 @@ -30,7 +30,7 @@
"version": "npm run flow.changelog && git add -A",
"postversion": "git push origin development && git push --tags"
},
"main": "bundles/ng2-bootstrap.js",
"main": "bundles/ng2-bootstrap.umd.js",
"module": "ng2-bootstrap.js",
"typings": "ng2-bootstrap.d.ts",
"keywords": [
Expand Down

0 comments on commit a515089

Please sign in to comment.