type-to-reducer
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "type-to-reducer", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Create reducer functions based on an object keyed by action types", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"test": "mocha test/index.test.js --ui bdd --compilers js:babel-register", | ||
"lint": "eslint . --ext .js", | ||
"build": "babel src -d lib --ignore *.test.js", | ||
"build": "babel src -d lib --ignore *.test.js && cp -f src/index.d.ts lib/index.d.ts", | ||
"prepublish": "npm run build" | ||
@@ -11,0 +12,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9013
7
121