Skip to content

Commit

Permalink
Remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
kribblo committed Sep 20, 2016
1 parent 81398ab commit f8c078e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"version": "1.0.2",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"posttest": "jshint *.js",
"preversion": "npm test"
"lint": "jshint *.js",
"preversion": "npm run lint"
},
"keywords": [
"ffmpeg",
Expand All @@ -22,9 +21,7 @@
"@ffmpeg-installer/win32-x64": "3.0.1"
},
"devDependencies": {
"jshint": "^2.9.3",
"semver": "^5.3.0",
"tape": "^4.6.0"
"jshint": "^2.9.3"
},
"directories": {
"test": "test"
Expand Down
21 changes: 0 additions & 21 deletions test/test-path-version.js

This file was deleted.

0 comments on commit f8c078e

Please sign in to comment.