Skip to content

Commit

Permalink
Move default extensions to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwohl committed Apr 11, 2016
1 parent 5dc0f50 commit 5d8dc76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openframe",
"version": "0.1.33",
"version": "0.1.31",
"description": "Openframe controller process which runs on the machine controlling the frame.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,12 +36,12 @@
"http-request": "^0.7.0",
"inquirer": "^0.11.1",
"jsonfile": "^2.2.1",
"openframe-glslviewer": "^0.1.1",
"openframe-image": "^0.1.6",
"openframe-website": "^0.1.1",
"swagger-client": "^2.1.9"
},
"devDependencies": {
"openframe-glslviewer": "^0.1.1",
"openframe-image": "^0.1.6",
"openframe-website": "^0.1.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"npm": "^3.5.3",
Expand Down

0 comments on commit 5d8dc76

Please sign in to comment.