Skip to content

Commit

Permalink
Merge pull request #31 from mattdesl/patch-1
Browse files Browse the repository at this point in the history
package.json should point to main file
  • Loading branch information
dwmkerr committed Jan 23, 2015
2 parents 6efb84e + b1f3f34 commit 790d404
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 @@ -2,7 +2,7 @@
"name": "angular-modal-service",
"version": "0.6.0",
"description": "AngularJS Service for showing Modals and Popups",
"main": "server.js",
"main": "./dst/angular-modal-service.js",
"scripts": {
"test": "grunt karma:silent",
"coveralls": "cp build/coverage/PhantomJS*/lcov.info lcov.info && node node_modules/coveralls/bin/coveralls.js < lcov.info"
Expand Down

0 comments on commit 790d404

Please sign in to comment.