zeal-redux-utils
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "zeal-redux-utils", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Utility functions for working with Redux", | ||
@@ -9,4 +9,5 @@ "main": "lib/index.js", | ||
"clean": "rimraf lib", | ||
"prepublish": "npm run clean && npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"prepublish": "npm test && npm run clean && npm run build", | ||
"test": "jest", | ||
"test:watch": "npm run test -- --watch" | ||
}, | ||
@@ -30,2 +31,5 @@ "repository": { | ||
}, | ||
"jest": { | ||
"testPathIgnorePatterns": ["/node_modules/", "/lib/"] | ||
}, | ||
"devDependencies": { | ||
@@ -36,4 +40,5 @@ "babel-cli": "^6.18.0", | ||
"babel-preset-stage-1": "^6.16.0", | ||
"jest": "^17.0.3", | ||
"rimraf": "^2.5.4" | ||
} | ||
} |
@@ -5,2 +5,4 @@ # zeal-redux-utils | ||
[![npm version](https://img.shields.io/npm/v/zeal-redux-utils.svg)](https://www.npmjs.com/package/zeal-redux-utils) | ||
## Installation | ||
@@ -7,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
6937
14
114
1
18
6
1