Skip to content

Commit

Permalink
Merge pull request #977 from quentincaffeino/feature/added-module-for…
Browse files Browse the repository at this point in the history
…-esm

Added module to package.json for esm suport
  • Loading branch information
tofumatt committed Jul 20, 2020
2 parents abe16c8 + 3bbb750 commit 101f12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
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 101f12f

Please sign in to comment.