Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
fix(npm): Fix incorrectly placed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Jul 19, 2016
1 parent 4aa3446 commit 06e85a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
"@types/node": "^4.0.29",
"@types/proxyquire": "^1.3.26",
"@types/socket.io": "^1.4.26",
"@types/validator": "^4.5.26",
"@types/validator": "^4.5.26"
},
"devDependencies": {
"@ubiquits/toolchain": "^0.2.0",
"proxyquire": "^1.7.10"
},
Expand Down

0 comments on commit 06e85a1

Please sign in to comment.