Skip to content

Commit

Permalink
fix(package.json): Export unminified script in main
Browse files Browse the repository at this point in the history
Export the unminified version in the package.json's main field to make
it easier to debug when used with a module bundler.
  • Loading branch information
ZauberNerd committed Oct 15, 2015
1 parent 176671e commit b8cedf3
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 @@ -31,7 +31,7 @@
"jQuery",
"mobile"
],
"main": "./dist/lory.min.js",
"main": "./dist/lory.js",
"devDependencies": {
"babel-core": "5.8.25",
"babel-loader": "5.3.2",
Expand Down

0 comments on commit b8cedf3

Please sign in to comment.