Skip to content

Commit 1933720

Browse files
author
John Haley
committed
Moved all devDependencies to dependencies to fix npm
1 parent a088063 commit 1933720

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,14 @@
6363
"combyne": "~0.6.2",
6464
"fs-extra": "^0.12.0",
6565
"lodash": "^2.4.1",
66-
"nodegit-promise": "~1.0.0",
67-
"promisify-node": "~0.1.2"
68-
},
69-
"devDependencies": {
7066
"istanbul": "~0.3.2",
7167
"jshint": "~2.5.6",
7268
"mocha": "~1.21.4",
7369
"nan": "~1.3.0",
7470
"node-gyp": "~1.0.2",
7571
"node-pre-gyp": "~0.5.27",
72+
"nodegit-promise": "~1.0.0",
73+
"promisify-node": "~0.1.2",
7674
"request": "~2.45.0",
7775
"tar": "~1.0.1"
7876
},

0 commit comments

Comments
 (0)