Skip to content

Commit

Permalink
Release 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dortzur committed May 30, 2018
1 parent 2b281ba commit 131fc37
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "renorm",
"version": "0.3.8",
"description":
"Avoid React avoidable re-renders with Redux, Reselect and Normalizr using an optimisied selector.",
"version": "0.3.9",
"description": "Avoid React avoidable re-renders with Redux, Reselect and Normalizr using an optimisied selector.",
"main": "lib/index.js",
"scripts": {
"build": "webpack",
Expand All @@ -14,11 +13,16 @@
"test": "cross-env BABEL_ENV=commonjs jest",
"test:watch": "npm test -- --watch",
"test:cov": "npm test -- --coverage",
"test:ci":
"jest --coverage --ci --testResultsProcessor=jest-junit | coveralls",
"test:ci": "jest --coverage --ci --testResultsProcessor=jest-junit | coveralls",
"clean": "rimraf lib dist es coverage"
},
"files": ["dist", "lib", "es", "src", "index.d.ts"],
"files": [
"dist",
"lib",
"es",
"src",
"index.d.ts"
],
"keywords": [
"normalizr",
"reselect",
Expand Down Expand Up @@ -50,7 +54,10 @@
"bugs": "https://github.com/dortzur/renorm/issues",
"jest": {
"testRegex": "(.spec.js)$",
"coverageReporters": ["text-lcov", "lcov"]
"coverageReporters": [
"text-lcov",
"lcov"
]
},
"sideEffects": false,
"dependencies": {
Expand Down

0 comments on commit 131fc37

Please sign in to comment.