Skip to content

Commit

Permalink
move DocumentUp to be a development dependency in Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Jun 8, 2017
1 parent 18d5c14 commit 1f6576a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -2,10 +2,10 @@
"name": "backbone-nested-model",
"version": "2.0.4",
"dependencies": {
"backbone": ">=0.9.2",
"DocumentUp": "git@github.com:jeromegn/DocumentUp.git#~0.1.1"
"backbone": ">=0.9.2"
},
"devDependencies": {
"DocumentUp": "git@github.com:jeromegn/DocumentUp.git#~0.1.1",
"jquery": "~2.0.3",
"lodash": "~2.2.1",
"qunit": "~1.12.0",
Expand Down

0 comments on commit 1f6576a

Please sign in to comment.