pathington
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,8 +6,16 @@ { | ||
"babelrc": true, | ||
"presets": ["react"] | ||
"presets": [ | ||
"react" | ||
] | ||
}, | ||
"failFast": true, | ||
"files": ["test/*.js"], | ||
"require": ["babel-register"], | ||
"source": ["src/*.js"], | ||
"files": [ | ||
"test/*.js" | ||
], | ||
"require": [ | ||
"babel-register" | ||
], | ||
"source": [ | ||
"src/*.js" | ||
], | ||
"verbose": true | ||
@@ -50,6 +58,10 @@ }, | ||
}, | ||
"keywords": ["identity", "compose"], | ||
"keywords": [ | ||
"identity", | ||
"compose" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/planttheidea/pathington#readme", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"name": "pathington", | ||
@@ -61,6 +73,4 @@ "repository": { | ||
"scripts": { | ||
"build": | ||
"NODE_ENV=development webpack --progress --colors --config=webpack/webpack.config.js", | ||
"build:minified": | ||
"NODE_ENV=production webpack --progress --colors --config=webpack/webpack.config.minified.js", | ||
"build": "NODE_ENV=development webpack --progress --colors --config=webpack/webpack.config.js", | ||
"build:minified": "NODE_ENV=production webpack --progress --colors --config=webpack/webpack.config.minified.js", | ||
"clean": "npm run clean:lib && npm run clean:es && npm run clean:dist", | ||
@@ -70,4 +80,3 @@ "clean:dist": "rimraf dist", | ||
"clean:es": "rimraf es", | ||
"dev": | ||
"NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js", | ||
"dev": "NODE_ENV=development webpack-dev-server --colors --progress --config=webpack/webpack.config.dev.js", | ||
"dist": "npm run clean:dist && npm run build && npm run build:minified", | ||
@@ -77,4 +86,3 @@ "lint": "NODE_ENV=test eslint src", | ||
"prepublish": "if in-publish; then npm run prepublish:compile; fi", | ||
"prepublish:compile": | ||
"npm run lint && npm run test:coverage && npm run transpile:lib && npm run transpile:es && npm run dist", | ||
"prepublish:compile": "npm run lint && npm run test:coverage && npm run transpile:lib && npm run transpile:es && npm run dist", | ||
"start": "npm run dev", | ||
@@ -84,7 +92,6 @@ "test": "NODE_PATH=. NODE_ENV=production BABEL_ENV=test ava", | ||
"test:watch": "npm test -- --watch", | ||
"transpile:lib": | ||
"npm run clean:lib && BABEL_ENV=lib babel src --out-dir lib", | ||
"transpile:lib": "npm run clean:lib && BABEL_ENV=lib babel src --out-dir lib", | ||
"transpile:es": "npm run clean:es && BABEL_ENV=es babel src --out-dir es" | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
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
249738