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.
1 parent 7f13f57 commit 3b038e6Copy full SHA for 3b038e6
.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,7 +3,6 @@
3
"version": "2.0.2",
4
"description": "A plugin to make Backbone.js keep track of nested attributes.",
"scripts": {
- "install": "bower install",
"test": "grunt"
},
9
"dependencies": {
@@ -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