Skip to content

Commit

Permalink
Merge pull request crabbly#47 from op01/master
Browse files Browse the repository at this point in the history
Fixed package.json entry point
  • Loading branch information
crabbly authored May 3, 2017
2 parents 69e7ed9 + 576eb8e commit f6f9f70
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 @@ -3,7 +3,7 @@
"homepage": "http://printjs.crabbly.com",
"description": "A tiny javascript library to help printing from the web.",
"version": "1.0.18",
"main": "src/print.js",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/crabbly/Print.js"
Expand Down

0 comments on commit f6f9f70

Please sign in to comment.