Skip to content

Commit

Permalink
move optional deps up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 15, 2014
1 parent 0f90e13 commit e5af290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"optimist": "~0.6.0",
"mkdirp": "~0.3.5"
},
"optionalDependencies": {
"topcube": "~0.2.0"
},
"devDependencies": {
"jshint": "0.2.x",
"mocha": "*",
"difflet": "0.2.x"
},
"optionalDependencies": {
"topcube": "~0.2.0"
},
"scripts": {
"preinstall":"npm install npm",
"start": "./index.js",
Expand Down

0 comments on commit e5af290

Please sign in to comment.