Skip to content

Commit 21fa4fb

Browse files
committed
Move ramda, request-promise-native, and tar-fs to deps from dev-deps
1 parent a686328 commit 21fa4fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
"nan": "^2.10.0",
4444
"node-gyp": "^3.8.0",
4545
"node-pre-gyp": "^0.11.0",
46-
"promisify-node": "~0.3.0"
46+
"promisify-node": "~0.3.0",
47+
"ramda": "^0.25.0",
48+
"request-promise-native": "^1.0.5",
49+
"tar-fs": "^1.16.3"
4750
},
4851
"devDependencies": {
4952
"aws-sdk": "^2.3.19",
@@ -58,9 +61,6 @@
5861
"jshint": "^2.9.6",
5962
"lcov-result-merger": "^3.1.0",
6063
"mocha": "^5.2.0",
61-
"ramda": "^0.25.0",
62-
"request-promise-native": "^1.0.5",
63-
"tar-fs": "^1.16.3",
6464
"walk": "^2.3.9"
6565
},
6666
"vendorDependencies": {

0 commit comments

Comments
 (0)