Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 5e03fc8

Browse files
committed
Move qunit to devDependencies
1 parent b7288af commit 5e03fc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "task-lists",
33
"dependencies": {
4-
"jquery": ">= 1.9.1",
4+
"jquery": ">= 1.9.1"
5+
},
6+
"devDependencies": {
57
"qunit": ">= 1.0"
68
}
79
}

0 commit comments

Comments
 (0)