|
1 | 1 | { |
2 | 2 | "name": "sync-github-forks-cli", |
3 | | - "version": "0.1.15", |
| 3 | + "version": "0.1.16", |
4 | 4 | "description": "Keep github forks up to date using node, the github api and git", |
5 | 5 | "main": "dist/cli.js", |
6 | 6 | "bin": { |
7 | 7 | "sync-github-forks": "dist/cli.js" |
8 | 8 | }, |
9 | 9 | "scripts": { |
| 10 | + "postinstall": "npm run build", |
| 11 | + "build": "tsc --newline lf", |
10 | 12 | "test": "npm run lint", |
11 | | - "lint": "tslint -c ./tslint.json src/**", |
12 | | - "build": "tsc --newline lf" |
| 13 | + "lint": "tslint -t stylish -c ./tslint.json src/**/*.ts && tslint -t stylish -c ./jslint.json dist/**/*.js", |
| 14 | + "prepublish": "in-publish && npm run build && npm run test || not-in-publish" |
13 | 15 | }, |
14 | 16 | "files": [ |
15 | 17 | "dist" |
16 | 18 | ], |
17 | 19 | "repository": { |
18 | 20 | "type": "git", |
19 | | - "url": "git+https://github.com/oledid/sync-github-forks-cli.git" |
| 21 | + "url": "git+https://github.com/oledid-js/sync-github-forks-cli.git" |
20 | 22 | }, |
21 | 23 | "keywords": [ |
22 | 24 | "sync", |
|
31 | 33 | "author": "Ole Morten Didriksen <code@oledid.com>", |
32 | 34 | "license": "MIT", |
33 | 35 | "bugs": { |
34 | | - "url": "https://github.com/oledid/sync-github-forks-cli/issues" |
| 36 | + "url": "https://github.com/oledid-js/sync-github-forks-cli/issues" |
35 | 37 | }, |
36 | | - "homepage": "https://github.com/oledid/sync-github-forks-cli#readme", |
| 38 | + "homepage": "https://github.com/oledid-js/sync-github-forks-cli#readme", |
37 | 39 | "devDependencies": { |
38 | 40 | "@types/bluebird": "^3.0.37", |
39 | 41 | "@types/node": "^7.0.4", |
40 | 42 | "tslint": "^4.4.2", |
41 | | - "typescript": "^2.1.5" |
| 43 | + "typescript": "^2.1.6", |
| 44 | + "in-publish": "^2.0.0" |
42 | 45 | }, |
43 | 46 | "dependencies": { |
44 | 47 | "bluebird": "^3.4.7", |
45 | 48 | "execa": "^0.6.0", |
46 | | - "sync-github-forks": "~0.1.14" |
| 49 | + "sync-github-forks": "^0.1.15" |
47 | 50 | } |
48 | 51 | } |
0 commit comments