Skip to content

Commit 131fc37

Browse files
committed
Release 0.3.9
1 parent 2b281ba commit 131fc37

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

package.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "renorm",
3-
"version": "0.3.8",
4-
"description":
5-
"Avoid React avoidable re-renders with Redux, Reselect and Normalizr using an optimisied selector.",
3+
"version": "0.3.9",
4+
"description": "Avoid React avoidable re-renders with Redux, Reselect and Normalizr using an optimisied selector.",
65
"main": "lib/index.js",
76
"scripts": {
87
"build": "webpack",
@@ -14,11 +13,16 @@
1413
"test": "cross-env BABEL_ENV=commonjs jest",
1514
"test:watch": "npm test -- --watch",
1615
"test:cov": "npm test -- --coverage",
17-
"test:ci":
18-
"jest --coverage --ci --testResultsProcessor=jest-junit | coveralls",
16+
"test:ci": "jest --coverage --ci --testResultsProcessor=jest-junit | coveralls",
1917
"clean": "rimraf lib dist es coverage"
2018
},
21-
"files": ["dist", "lib", "es", "src", "index.d.ts"],
19+
"files": [
20+
"dist",
21+
"lib",
22+
"es",
23+
"src",
24+
"index.d.ts"
25+
],
2226
"keywords": [
2327
"normalizr",
2428
"reselect",
@@ -50,7 +54,10 @@
5054
"bugs": "https://github.com/dortzur/renorm/issues",
5155
"jest": {
5256
"testRegex": "(.spec.js)$",
53-
"coverageReporters": ["text-lcov", "lcov"]
57+
"coverageReporters": [
58+
"text-lcov",
59+
"lcov"
60+
]
5461
},
5562
"sideEffects": false,
5663
"dependencies": {

0 commit comments

Comments
 (0)