Skip to content

Commit 18b0730

Browse files
committed
removing script that was running on installing published package
1 parent d3d2328 commit 18b0730

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "hyperapp-scripts",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Hyperapp expansion pack for create-react-app",
55
"bin": {
66
"hyperapp-scripts": "./bin/index.js"
77
},
88
"scripts": {
99
"clean": "npx rimraf node_modules example/{node_modules,build}",
10-
"postinstall": "cd example && npm i",
1110
"format": "npx prettier --write **/*.js",
1211
"format:check": "npx prettier --list-different **/*.js",
13-
"start": "cd example && npm start",
1412
"release": "./pre-flight-tests && npm run format:check && git tag $npm_package_version && git push && git push --tags && npm publish"
1513
},
1614
"dependencies": {

0 commit comments

Comments
 (0)