Skip to content

Commit 73049f6

Browse files
authored
Merge pull request #272 from sam-github/tap-is-a-dev-dependency
Move tap to dev dependency, not runtime
2 parents 99cded5 + aad2692 commit 73049f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
"dependencies": {
99
"nan": "2.x",
1010
"node-gyp": "2.x",
11-
"tap": "5.7.x",
1211
"tar": "2.x"
1312
},
13+
"devDependencies": {
14+
"tap": "^5.7.x"
15+
},
1416
"scripts": {
1517
"test": "tap --reporter tap tests/api_tests.js",
1618
"install": "node-gyp rebuild"

0 commit comments

Comments
 (0)