Skip to content

Commit eb7b157

Browse files
committed
v0.1.11: remove postinstall
1 parent fbd9050 commit eb7b157

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "sync-github-forks-cli",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "Keeps github forks up to date using node, the github api and git",
55
"main": "dist/application.js",
66
"bin": {
77
"sync-github-forks": "dist/cli.js"
88
},
99
"scripts": {
10-
"postinstall": "tsc",
1110
"start": "tsc && node dist/cli.js",
1211
"test": "npm run lint",
1312
"lint": "tslint -c ./tslint.json src/**"

0 commit comments

Comments
 (0)