Skip to content

Commit 6584c95

Browse files
committed
Update package.json to remove tape.
1 parent 37e3165 commit 6584c95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"main": "index.js",
66
"typings": "index.d.ts",
77
"scripts": {
8-
"test": "npm run test:unit && npm run test:integration",
9-
"test:unit": "tape test/all.js",
10-
"test:integration": "tape test/integration/*.js",
8+
"test": "jasmine 'test/**/*.js'",
119
"install": "prebuild-install || node-gyp rebuild"
1210
},
1311
"repository": {

0 commit comments

Comments
 (0)