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 b535892 commit 4a51cd5Copy full SHA for 4a51cd5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "marionette.toolkit",
3
- "version": "6.1.0",
+ "version": "6.1.1",
4
"description": "A collection of opinionated Backbone.Marionette extensions for large scale application architecture.",
5
"main": "dist/marionette.toolkit.js",
6
"module": "dist/marionette.toolkit.esm.js",
@@ -79,6 +79,6 @@
79
"peerDependencies": {
80
"backbone": "^1.3.3",
81
"backbone.marionette": "^4.0.0",
82
- "underscore": ">= 1.8.3 <= 1.9.x"
+ "underscore": "^1.8.3"
83
}
84
0 commit comments