Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
fix: Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 19, 2016
1 parent 915ec5a commit ddce4e5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@
"aegir": "^2.1.1",
"buffer-loader": "0.0.1",
"chai": "^3.5.0",
"multiaddr": "^1.1.1",
"peer-id": "^0.6.6",
"multiaddr": "^1.4.0",
"pre-commit": "^1.1.2"
},
"dependencies": {},
"dignified": {
"dependencies": {
"babel-runtime": "^6.6.1",
"peer-id": "^0.6.6"
},
"aegir": {
"webpack": {
"resolve": {
"alias": {
Expand Down

0 comments on commit ddce4e5

Please sign in to comment.