Skip to content

Commit 0f802c6

Browse files
committed
Merge pull request #101 from afeld/bower-tweaks
improve bower specification
2 parents c62814a + 9747193 commit 0f802c6

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

bower.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
2-
"name": "backbone-nested",
2+
"name": "backbone-nested-model",
33
"version": "1.1.2",
44
"dependencies": {
5-
"backbone": ">=0.9.2",
5+
"backbone": ">=0.9.2"
6+
},
7+
"devDependencies": {
68
"qunit": "~1.12.0",
79
"sinonjs": "~1.7.1",
810
"lodash": "~2.2.1",
911
"jquery": "~2.0.3"
10-
}
12+
},
13+
"ignore": [
14+
"demo",
15+
"test"
16+
],
17+
"main": "backbone-nested.js"
1118
}

0 commit comments

Comments
 (0)