Skip to content

Commit

Permalink
fix(project): correct glob dependency scope
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed May 2, 2016
1 parent 8124cf5 commit 5b690d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,6 +35,7 @@
]
},
"dependencies": {
"glob": "^7.0.3",
"inherits": "^2.0.1",
"lodash": "^3.10.1"
},
Expand Down Expand Up @@ -62,7 +63,6 @@
"domify": "^1.4.0",
"domready": "^1.0.8",
"drag-tabs": "^0.1.0",
"glob": "^7.0.3",
"electron-connect": "^0.3.7",
"electron-packager": "^5.1.0",
"electron-prebuilt": "0.36.12",
Expand Down

0 comments on commit 5b690d8

Please sign in to comment.