Skip to content

Commit

Permalink
moved browserbuild and debug dependency (issue #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Alabor committed Oct 24, 2013
1 parent 20d969a commit 566ac9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@
"bugs": {
"url": "https://github.com/swissmanu/primus-responder/issues"
},
"devDependencies": {
"dependencies": {
"browserbuild": "~0.7.0",
"debug": "~0.7.2"
}
, "devDependencies": {
"primus": "~1.4.0",
"jshint": "~2.1.10",
"mocha": "~1.12.1",
"ws": "~0.4.30",
"debug": "~0.7.2",
"expect.js": "~0.2.0"
}
}

0 comments on commit 566ac9e

Please sign in to comment.