Skip to content

Commit 62f0b4a

Browse files
committed
Separated dependencies.
Development from production.
1 parent 9cf21af commit 62f0b4a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
],
2424
"dependencies": {
2525
"requirejs": "2.1.9",
26-
"jquery": "~2.0.3",
27-
"dygraphs": "~1.0.1",
2826
"basis": "git://github.com/LeonardoVal/basis.js.git"
27+
},
28+
"devDependencies": {
29+
"jquery": "~2.0.3",
30+
"dygraphs": "~1.0.1"
2931
}
3032
}

0 commit comments

Comments
 (0)