We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d2328 commit 18b0730Copy full SHA for 18b0730
package.json
@@ -1,16 +1,14 @@
1
{
2
"name": "hyperapp-scripts",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Hyperapp expansion pack for create-react-app",
5
"bin": {
6
"hyperapp-scripts": "./bin/index.js"
7
},
8
"scripts": {
9
"clean": "npx rimraf node_modules example/{node_modules,build}",
10
- "postinstall": "cd example && npm i",
11
"format": "npx prettier --write **/*.js",
12
"format:check": "npx prettier --list-different **/*.js",
13
- "start": "cd example && npm start",
14
"release": "./pre-flight-tests && npm run format:check && git tag $npm_package_version && git push && git push --tags && npm publish"
15
16
"dependencies": {
0 commit comments