Skip to content

Commit

Permalink
Move adapter dependencies out of devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nporteschaikin committed Nov 3, 2014
1 parent 5e7ac46 commit a1906b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peak",
"version": "0.4.0",
"version": "0.4.1",
"author": "Noah Portes Chaikin <[email protected]>",
"description": "Tumblr development framework.",
"license": "MIT",
Expand All @@ -23,12 +23,19 @@
"argparse": "0.x",
"cheerio": "0.12.x",
"chokidar": "0.8.2",
"coffee-script": "1.7.x",
"colors": "0.x",
"connect": "2.x",
"hamljs": "0.x",
"jade": "1.3.x",
"js-yaml": "3.x",
"less": "1.x",
"minimatch": "1.x",
"request": "2.x",
"rimraf": "2.x",
"sneak": "0.0.x",
"socket.io": "1.x",
"stylus": "0.x",
"when": "3.2.x"
},
"scripts": {
Expand All @@ -38,14 +45,7 @@
"node": ">=0.10.0"
},
"devDependencies": {
"coffee-script": "1.7.x",
"hamljs": "0.x",
"jade": "1.3.x",
"less": "1.x",
"sneak": "0.0.x",
"stylus": "0.x",
"chai": "1.x",
"mocha": "1.x",
"rimraf": "2.x"
"mocha": "1.x"
}
}

0 comments on commit a1906b0

Please sign in to comment.