fix browser fields in the package.json

pull/2/head
Timothée Rebours 4 years ago
parent 5767aafcde
commit 805a5885f8
  1. 5
      package.json

@ -72,7 +72,10 @@
"prepublishOnly": "npm run build:browser" "prepublishOnly": "npm run build:browser"
}, },
"main": "index.js", "main": "index.js",
"browser": "browser-version/out/nedb.min.js", "browser": {
"./lib/customUtils.js": "./browser-version/lib/customUtils.js",
"./lib/storage.js": "./browser-version/lib/storage.js"
},
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

Loading…
Cancel
Save