cra-hyperapp
Advanced tools
Comparing version 0.0.5 to 0.1.0
{ | ||
"name": "cra-hyperapp", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"description": "Hyperapp expansion pack for create-react-app", | ||
@@ -12,9 +12,9 @@ "main": "src/index.js", | ||
"format:check": "npx prettier --list-different **/*.js", | ||
"release": "npm run format:check && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish" | ||
"release": "./pre-flight-tests && npm run format:check && git tag $npm_package_version && git push && git push --tags && npm publish" | ||
}, | ||
"dependencies": { | ||
"react-scripts": "=1.1.0" | ||
"react-scripts": "=1.1.4" | ||
}, | ||
"peerDependencies": { | ||
"hyperapp": "^1.1.2" | ||
"hyperapp": "^1.2.6" | ||
}, | ||
@@ -21,0 +21,0 @@ "repository": { |
10072
6
Updatedreact-scripts@=1.1.4