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 dd40d0d commit 73c90c8Copy full SHA for 73c90c8
.gitignore
@@ -1,4 +1,5 @@
1
node_modules
2
dist
3
data
4
-.vscode/launch.json
+.vscode/launch.json
5
+npm-debug.log
package.json
@@ -1,13 +1,13 @@
{
"name": "sync-github-forks-cli",
- "version": "0.1.3",
+ "version": "0.1.4",
"description": "Keeps github forks up to date using node, the github api and git",
"main": "dist/application.js",
6
"bin": {
7
"sync-github-forks": "dist/cli.js"
8
},
9
"scripts": {
10
- "postinstall": "./node_modules/.bin/tsc -p .",
+ "postinstall": "./node_modules/.bin/tsc -p ./",
11
"start": "./node_modules/.bin/tsc && node dist/cli.js",
12
"test": "npm run lint",
13
"lint": "./node_modules/.bin/tslint -c ./tslint.json src/**"
0 commit comments