Skip to content

Commit

Permalink
Broaden bespoke peer dependency range to >=1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Sep 30, 2014
1 parent c853b2c commit 7842af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"main": "./dist/bespoke-scale.js",
"dependencies": {
"bespoke.js": "^1.0.0"
"bespoke.js": ">=1.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"coveralls": "gulp coveralls"
},
"peerDependencies": {
"bespoke": "^1.0.0"
"bespoke": ">=1.0.0"
},
"devDependencies": {
"bespoke": "^1.0.0",
Expand Down

0 comments on commit 7842af5

Please sign in to comment.