Skip to content

Commit

Permalink
fix package.json error Invalid "exports" main target... for node >=12…
Browse files Browse the repository at this point in the history
….18.0
  • Loading branch information
Trukl committed Nov 4, 2020
1 parent be97abf commit fa7855f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"min": "dist/memorystorage.min.js",
"map": "dist/memorystorage.min.js.map"
},
"exports": [
"./dist/memorystorage.umd.js",
],
"directories": {
"test": "tests"
},
Expand Down

0 comments on commit fa7855f

Please sign in to comment.