Skip to content

Commit 3b038e6

Browse files
author
kent.willis
committed
#112 removed bower as a peer dependency in package.json
1 parent 7f13f57 commit 3b038e6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_js:
55
- "0.11"
66
before_install:
77
- npm install grunt-cli bower -g
8+
- bower install --allow-root

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "2.0.2",
44
"description": "A plugin to make Backbone.js keep track of nested attributes.",
55
"scripts": {
6-
"install": "bower install",
76
"test": "grunt"
87
},
98
"dependencies": {
@@ -18,9 +17,7 @@
1817
"grunt-mocha-test": "~0.8.2",
1918
"grunt-contrib-watch": "~0.5.3",
2019
"jslitmus": "~0.1.0",
21-
"mocha": "~1.17.1"
22-
},
23-
"peerDependencies": {
20+
"mocha": "~1.17.1",
2421
"grunt-cli": "*",
2522
"bower": "*"
2623
},

0 commit comments

Comments
 (0)