Allow all versions greater than min required version
This commit is contained in:
parent
59008b3d8e
commit
c10e9977d2
@ -16,8 +16,8 @@
|
||||
"Backbone", "undo"
|
||||
],
|
||||
"dependencies" :{
|
||||
"underscore": "1.4.4 - 1.8.3",
|
||||
"backbone": "1.0.0 - 1.2.1"
|
||||
"underscore": ">=1.4.4",
|
||||
"backbone": ">=1.0.0"
|
||||
},
|
||||
"ignore": [
|
||||
"Tests",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"url": "https://github.com/osartun/Backbone.Undo.js/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"backbone": "1.0.0 - 1.2.1",
|
||||
"underscore": "1.4.4 - 1.8.3"
|
||||
"underscore": ">=1.4.4",
|
||||
"backbone": ">=1.0.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user