Skip to content

Commit

Permalink
Bump and build
Browse files Browse the repository at this point in the history
v1.0.0 and underscore peer dep bump
  • Loading branch information
paulfalgout committed Aug 30, 2018
1 parent a4e8ea5 commit 6c15734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.store",
"version": "0.3.1",
"version": "1.0.0",
"description": "Store for keeping unique instance of Backbone models with ease.",
"main": "dist/backbone.store.js",
"module": "dist/backbone.store.mjs",
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/RoundingWellOS/backbone.store#readme",
"peerDependencies": {
"backbone": "^1.3.3",
"underscore": "^1.8.3"
"underscore": "~1.9.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
Expand Down

0 comments on commit 6c15734

Please sign in to comment.