Skip to content

Commit

Permalink
Updated to seamless-immutable 3.0.0 and bumped version to 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
crudh committed Aug 10, 2015
1 parent dc24103 commit 0812178
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
bower_components
.idea
*.iml
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "seamless-immutable-mergers",
"version": "2.2.0",
"version": "3.0.0",
"description": "A collection of merger functions for seamless-immutable.",
"main": "seamless-immutable-mergers.js",
"dependencies": {
"seamless-immutable": "~2.4.2"
"seamless-immutable": "~3.0.0"
},
"moduleType": [
"amd",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "seamless-immutable-mergers",
"version": "2.2.0",
"version": "3.0.0",
"description": "A collection of merger functions for seamless-immutable.",
"main": "seamless-immutable-mergers.js",
"dependencies": {
"seamless-immutable": "~2.4.2"
"seamless-immutable": "~3.0.0"
},
"browserDependencies": {
"seamless-immutable": "~2.4.2"
"seamless-immutable": "~3.0.0"
},
"devDependencies": {
"chai": "~1.9.2",
Expand Down

0 comments on commit 0812178

Please sign in to comment.