We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd9050 commit eb7b157Copy full SHA for eb7b157
1 file changed
package.json
@@ -1,13 +1,12 @@
1
{
2
"name": "sync-github-forks-cli",
3
- "version": "0.1.10",
+ "version": "0.1.11",
4
"description": "Keeps github forks up to date using node, the github api and git",
5
"main": "dist/application.js",
6
"bin": {
7
"sync-github-forks": "dist/cli.js"
8
},
9
"scripts": {
10
- "postinstall": "tsc",
11
"start": "tsc && node dist/cli.js",
12
"test": "npm run lint",
13
"lint": "tslint -c ./tslint.json src/**"
0 commit comments