We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7483c commit 6ca8d71Copy full SHA for 6ca8d71
1 file changed
package.json
@@ -1,14 +1,15 @@
1
{
2
"name": "sync-github-forks-cli",
3
- "version": "0.1.14",
+ "version": "0.1.15",
4
"description": "Keep github forks up to date using node, the github api and git",
5
"main": "dist/cli.js",
6
"bin": {
7
"sync-github-forks": "dist/cli.js"
8
},
9
"scripts": {
10
"test": "npm run lint",
11
- "lint": "tslint -c ./tslint.json src/**"
+ "lint": "tslint -c ./tslint.json src/**",
12
+ "build": "tsc --newline lf"
13
14
"files": [
15
"dist"
0 commit comments