Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
As they're all peerDependencies, it's a bit safer to allow less strict ranges.
  • Loading branch information
paulfalgout committed Apr 14, 2019
1 parent 3a7befe commit 0099fbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Extends the Backbone.Router to make it easier to construct a large number of routes for your app.",
"homepage": "https://marionettejs.com/",
"main": "./lib/marionette.approuter.js",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"keywords": [
"backbone",
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marionette.approuter",
"description": "Extends the Backbone.Router to make it easier to construct a large number of routes for your app.",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://marionettejs.com/",
"main": "lib/marionette.approuter.js",
"module": "lib/marionette.approuter.esm.js",
Expand Down Expand Up @@ -37,12 +37,10 @@
"url": "https://github.com/marionettejs/marionette.approuter.git"
},
"github": "https://github.com/marionettejs/marionette.approuter",
"dependencies": {
"backbone.marionette": "^4.0.0, 4.0.0-beta.1"
},
"peerDependencies": {
"backbone": "~1.3.3",
"underscore": "~1.8.3"
"backbone": "^1.3.3",
"backbone.marionette": "^4.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "6.25.0",
Expand Down

0 comments on commit 0099fbc

Please sign in to comment.