Skip to content

Commit

Permalink
Merge pull request #3 from NickGlenn/master
Browse files Browse the repository at this point in the history
Bug Fixes, 1.0.1 Release
NickGlenn authored Aug 3, 2016
2 parents cb181ac + ddc1269 commit ce407cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "redux-session",
"version": "1.0.0",
"version": "1.0.1",
"description": "Automatically cache parts (or all) of your state in localStorage, sessionStorage or cookies.",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"preversion": "npm test",
"version": "npm run build",
"postversion": "git push origin master && git push origin master --tags",
"clean": "rm -rf dist/",
"build": "rollup -c",
"watch": "npm run build -- --watch",

0 comments on commit ce407cd

Please sign in to comment.