Skip to content

Commit

Permalink
Added module to package.json for esm suport
Browse files Browse the repository at this point in the history
  • Loading branch information
quentincaffeino committed Jul 19, 2020
1 parent abe16c8 commit 3bbb750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"webpack-dev-server": "^1.10.1"
},
"main": "dist/localforage.js",
"module": "src/localforage.js",
"typings": "typings/localforage.d.ts",
"bugs": {
"url": "http://github.com/localForage/localForage/issues"
Expand Down

0 comments on commit 3bbb750

Please sign in to comment.