We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c15734 + 6088f03 commit 0b79e06Copy full SHA for 0b79e06
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "backbone.store",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Store for keeping unique instance of Backbone models with ease.",
5
"main": "dist/backbone.store.js",
6
"module": "dist/backbone.store.mjs",
@@ -31,7 +31,7 @@
31
"homepage": "https://github.com/RoundingWellOS/backbone.store#readme",
32
"peerDependencies": {
33
"backbone": "^1.3.3",
34
- "underscore": "~1.9.1"
+ "underscore": "^1.9.0"
35
},
36
"devDependencies": {
37
"babel-eslint": "^7.1.1",
0 commit comments