Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Jul 25, 2018
1 parent 5e8464d commit d0fd57f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "immer",
"version": "1.3.1",
"version": "1.4.0",
"description": "Create your next immutable state by mutating the current one",
"main": "dist/immer.js",
"umd:main": "dist/immer.umd.js",
Expand Down Expand Up @@ -68,9 +68,9 @@
"rollup-plugin-filesize": "^1.5.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-uglify": "^2.0.1",
"seamless-immutable": "^7.1.3",
"ts-jest": "^22.4.6",
"typescript": "^2.9.1",
"seamless-immutable": "^7.1.3",
"uglify-es": "^3.3.6",
"yarn-or-npm": "^2.0.4"
},
Expand Down Expand Up @@ -101,4 +101,4 @@
"node"
]
}
}
}

0 comments on commit d0fd57f

Please sign in to comment.