Skip to content

Commit

Permalink
fix(package.json): point main path to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
thgreasi committed May 10, 2016
1 parent a7fec96 commit d825857
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 @@
"version": "1.1.0",
"description": "A simple plugin boilerplate for localForage.",
"homepage": "https://github.com/localForage-extensions/localForage-plugin-boilerplate",
"main": "src/localforage-plugin-boilerplate.js",
"main": "dist/localforage-plugin-boilerplate.js",
"jsnext:main": "dist/localforage-plugin-boilerplate.es6.js",
"scripts": {
"prebuild": "eslint lib test",
Expand Down

0 comments on commit d825857

Please sign in to comment.