|
1 | 1 | { |
2 | 2 | "name": "alfred-atom", |
3 | | - "version": "3.0.0", |
| 3 | + "version": "3.0.1", |
4 | 4 | "repository": "Cloudstek/alfred-atom", |
5 | 5 | "author": "Maarten de Boer <maarten@cloudstek.nl> (https://cloudstek.nl)", |
6 | 6 | "license": "BSD-2-Clause", |
|
35 | 35 | "devDependencies": { |
36 | 36 | "@types/color": "^3.0.0", |
37 | 37 | "@types/cson-parser": "^4.0.0", |
38 | | - "@types/fs-extra": "^7.0.0", |
| 38 | + "@types/fs-extra": "^8.0.0", |
39 | 39 | "@types/glob": "^7.1.1", |
40 | 40 | "@types/node": "^12.0.2", |
41 | 41 | "@types/sharp": "^0.22.2", |
42 | 42 | "del-cli": "^2.0.0", |
43 | | - "npm-run-all": "^4.1.5", |
44 | 43 | "tslint": "^5.18.0", |
45 | 44 | "typescript": "^3.4.5" |
46 | 45 | }, |
47 | 46 | "engines": { |
48 | 47 | "node": ">=8" |
49 | 48 | }, |
50 | 49 | "scripts": { |
51 | | - "clean": "npm-run-all -p clean:*", |
52 | | - "clean:dist": "del-cli dist", |
53 | | - "build": "npm-run-all -s clean:* build:*", |
54 | | - "build:dist": "tsc", |
55 | | - "lint": "npm-run-all -l -p lint:*", |
56 | | - "lint:src": "tslint src/**/*.ts", |
57 | | - "lint:test": "tslint test/**/*.ts", |
| 50 | + "clean": "del-cli dist*", |
| 51 | + "build": "del-cli dist && tsc", |
| 52 | + "watch": "del-cli dist && tsc --watch", |
| 53 | + "lint": "tslint src/**/*.ts*", |
58 | 54 | "postinstall": "hugo-link", |
59 | 55 | "preuninstall": "hugo-unlink" |
60 | 56 | } |
|
0 commit comments