react-updater
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-updater", | ||
"description": "Functional stateful components made easy", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"browser": "dist/react-updater.js", | ||
@@ -33,8 +33,8 @@ "main": "lib/index.js", | ||
"bundle-umd": "BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/react-updater.js", | ||
"bundle": "yarn run bundle-commonjs && yarn run bundle-es && yarn run bundle-umd-min && yarn run bundle-umd", | ||
"bundle": "npm run bundle-commonjs && npm run bundle-es && npm run bundle-umd-min && npm run bundle-umd", | ||
"clear": "rimraf lib es dist coverage", | ||
"lint": "eslint src __tests__", | ||
"prepublish": "yarn clear && yarn bundle", | ||
"prepublish": "npm run clear && npm run bundle", | ||
"test": "jest --env=jsdom", | ||
"test-watch": "yarn test -- --watch --notify" | ||
"test-watch": "npm test -- --watch --notify" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
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
43160