Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Clark committed Nov 10, 2017
1 parent 858b895 commit 28c6033
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "jest-localstorage-mock",
"version": "2.0.1",
"description":
"Auto mock all localstorage and sessionstorage APIs for your Jest tests",
"version": "2.1.0",
"description": "Auto mock all localstorage and sessionstorage APIs for your Jest tests",
"main": "dist/setup.js",
"module": "src/setup.js",
"author": "Bryan Clark <[email protected]> (https://twitter.com/clarkbw)",
Expand Down Expand Up @@ -51,8 +50,7 @@
"scripts": {
"test": "jest",
"build": "rollup -c",
"prettier":
"prettier --single-quote --trailing-comma es5 --write \"{src,__{tests,setups}__}/**/*.js\" README.md CONTRIBUTING.md *.json rollup.config.js",
"prettier": "prettier --single-quote --trailing-comma es5 --write \"{src,__{tests,setups}__}/**/*.js\" README.md CONTRIBUTING.md *.json rollup.config.js",
"version": "yarn run build"
},
"dependencies": {},
Expand All @@ -77,6 +75,8 @@
"bail": true,
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"setupFiles": ["./__setups__/localstorage.js"]
"setupFiles": [
"./__setups__/localstorage.js"
]
}
}

0 comments on commit 28c6033

Please sign in to comment.