This commit is contained in:
Damjan 2021-01-08 15:49:35 +01:00
parent 59b62ad65f
commit e086e942d6
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "tsc",
"build-test": "tsc && browserify test/test.js | tape-run --render='tap-spec'"
},
"homepage": "https://github.com/index23/chunk-store-idb",