We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f13f57 + 45443ff commit 87f747eCopy full SHA for 87f747e
.travis.yml
@@ -5,3 +5,4 @@ node_js:
5
- "0.11"
6
before_install:
7
- npm install grunt-cli bower -g
8
+ - bower install --allow-root
package.json
@@ -3,8 +3,7 @@
3
"version": "2.0.2",
4
"description": "A plugin to make Backbone.js keep track of nested attributes.",
"scripts": {
- "install": "bower install",
- "test": "grunt"
+ "test": "bower install; grunt"
},
9
"dependencies": {
10
"jquery": ">=1.8.3",
@@ -18,9 +17,7 @@
18
17
"grunt-mocha-test": "~0.8.2",
19
"grunt-contrib-watch": "~0.5.3",
20
"jslitmus": "~0.1.0",
21
- "mocha": "~1.17.1"
22
- },
23
- "peerDependencies": {
+ "mocha": "~1.17.1",
24
"grunt-cli": "*",
25
"bower": "*"
26
0 commit comments