Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "reducify", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Make reducers with less effort.", | ||
"main": "lib/reducify.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/cross-env BABEL_ENV=commonjs ./node_modules/.bin/mocha --compilers js:babel-register --recursive", | ||
"compile": "./node_modules/.bin/babel --source-maps inline --optional runtime -d lib/ src/", | ||
"test": "./node_modules/.bin/cross-env BABEL_ENV=compile ./node_modules/.bin/mocha --compilers js:babel-register --recursive", | ||
"compile": "BABEL_ENV=compile ./node_modules/.bin/babel --source-maps inline --optional runtime -d lib/ src/", | ||
"prepublish": "npm run compile", | ||
"ghpage": "lessc ghpage/style.less ghpage.css && pug ./ghpage/index.pug --out ./" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015", | ||
"stage-0", | ||
"stage-1", | ||
"stage-2" | ||
] | ||
}, | ||
"nyc": { | ||
@@ -61,2 +53,3 @@ "exclude": [ | ||
"eslint-plugin-import": "^1.8.1", | ||
"git-hooks": "^1.1.0", | ||
"jsdom": "^6.3.0", | ||
@@ -63,0 +56,0 @@ "jstransformer-marked": "^1.0.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
98332
19
1329
24