|
10 | 10 | "main": "index.js", |
11 | 11 | "typings": "index.d.ts", |
12 | 12 | "scripts": { |
| 13 | + "dev": "rollup -cw", |
| 14 | + "prebuild": "yarn clean", |
| 15 | + "build": "rollup -c", |
| 16 | + "postbuild": "copyfiles CHANGELOG.md LICENSE package.json README.md dist", |
13 | 17 | "purge": "rm -rf node_modules", |
14 | 18 | "clean": "rm -rf dist", |
15 | | - "dev": "rollup -cw", |
16 | 19 | "format": "prettier --write \"**/*.*(json|js|ts|yml|md)\"", |
17 | 20 | "format:check": "prettier --check \"**/*.*(json|js|ts|yml|md)\"", |
18 | 21 | "lint": "tslint --project tsconfig.json --config tslint.json", |
19 | | - "prebuild": "yarn clean", |
20 | | - "build": "rollup -c", |
21 | | - "postbuild": "copyfiles CHANGELOG.md LICENSE package.json README.md dist", |
22 | 22 | "release": "standard-version --no-verify", |
23 | 23 | "release:major": "yarn release --release-as major", |
24 | 24 | "release:minor": "yarn release --release-as minor", |
|
30 | 30 | "husky": "^2.3.0", |
31 | 31 | "prettier": "^2.0.2", |
32 | 32 | "pretty-quick": "^2.0.1", |
33 | | - "rollup": "^1.12.3", |
34 | | - "rollup-plugin-async": "^1.2.0", |
35 | | - "rollup-plugin-commonjs": "^10.0.0", |
36 | 33 | "rollup-plugin-node-resolve": "^5.0.0", |
37 | | - "rollup-plugin-sourcemaps": "^0.4.2", |
38 | 34 | "rollup-plugin-typescript2": "^0.21.1", |
| 35 | + "rollup": "^1.12.3", |
39 | 36 | "standard-version": "^6.0.1", |
40 | | - "tslint": "^5.16.0", |
41 | 37 | "tslint-config-airbnb": "^5.11.1", |
42 | 38 | "tslint-immutable": "^5.5.2", |
43 | 39 | "tslint-sonarts": "^1.9.0", |
| 40 | + "tslint": "^5.16.0", |
44 | 41 | "typescript": "^3.4.5" |
45 | 42 | } |
46 | 43 | } |
0 commit comments