Skip to content

Commit 75a137b

Browse files
version 1.3.0
1 parent a2a39f9 commit 75a137b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "random-access-idb",
33
"description": "[random-access][1]-compatible indexedDB storage layer",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"main": "index.js",
66
"dependencies": {
77
"random-access-storage": "^1.4.1",
@@ -20,9 +20,7 @@
2020
"tape": "^5.0.1"
2121
},
2222
"scripts": {
23-
"test": "browserify test/index.js | browser-run",
24-
"test-tests": "node ./test/tests.js",
25-
"dev-test": "budo test/*.js"
23+
"test": "browserify test/index.js | browser-run"
2624
},
2725
"keywords": [
2826
"random-access",

0 commit comments

Comments
 (0)