Skip to content

Commit

Permalink
Update package.json to remove tape.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Feb 25, 2018
1 parent 37e3165 commit 6584c95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "npm run test:unit && npm run test:integration",
"test:unit": "tape test/all.js",
"test:integration": "tape test/integration/*.js",
"test": "jasmine 'test/**/*.js'",
"install": "prebuild-install || node-gyp rebuild"
},
"repository": {
Expand Down

0 comments on commit 6584c95

Please sign in to comment.