|
18 | 18 | "schema-utils": "^0.4.2"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
| 21 | + "@commitlint/cli": "^5.0.0", |
| 22 | + "@commitlint/config-angular": "^5.0.0", |
| 23 | + "@webpack-contrib/eslint-config-webpack": "^2.0.0", |
21 | 24 | "babel-cli": "^6.0.0",
|
22 | 25 | "babel-jest": "^21.0.0",
|
23 | 26 | "babel-plugin-transform-object-rest-spread": "^6.0.0",
|
24 | 27 | "babel-polyfill": "^6.0.0",
|
25 | 28 | "babel-preset-env": "^1.0.0",
|
| 29 | + "conventional-github-releaser": "^2.0.0", |
26 | 30 | "cross-env": "^5.0.0",
|
27 | 31 | "del": "^3.0.0",
|
28 | 32 | "del-cli": "^1.0.0",
|
29 | 33 | "eslint": "^4.0.0",
|
30 |
| - "eslint-config-webpack": "^1.0.0", |
31 | 34 | "eslint-plugin-import": "^2.0.0",
|
| 35 | + "eslint-plugin-prettier": "^2.0.0", |
32 | 36 | "file-loader": "^1.0.0",
|
| 37 | + "husky": "^0.14.3", |
33 | 38 | "jest": "^21.0.0",
|
34 | 39 | "jsdom": "^11.0.0",
|
35 | 40 | "lint-staged": "^6.0.0",
|
36 | 41 | "memory-fs": "^0.4.0",
|
37 | 42 | "nsp": "^3.0.0",
|
38 | 43 | "pre-commit": "^1.0.0",
|
| 44 | + "prettier": "^1.9.2", |
39 | 45 | "standard-version": "^4.0.0",
|
40 | 46 | "webpack": "^3.0.0",
|
41 |
| - "webpack-defaults": "^1.6.0" |
| 47 | + "webpack-defaults": "^2.0.0-beta.0" |
42 | 48 | },
|
43 | 49 | "peerDependencies": {
|
44 |
| - "webpack": "^3.0.0 || ^4.0.0-alpha.0 || ^4.0.0" |
| 50 | + "webpack": "^3.0.0 || ^4.0.0" |
45 | 51 | },
|
46 | 52 | "scripts": {
|
47 | 53 | "start": "npm run build -- -w",
|
|
55 | 61 | "test": "jest",
|
56 | 62 | "test:watch": "jest --watch",
|
57 | 63 | "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
|
58 |
| - "travis:coverage": "npm run test:coverage -- --runInBand", |
59 |
| - "travis:lint": "npm run lint && npm run security", |
60 |
| - "travis:test": "npm run test -- --runInBand", |
| 64 | + "commitlint": "commitlint", |
| 65 | + "commitmsg": "commitlint -e $GIT_PARAMS", |
| 66 | + "ci:lint": "npm run lint && npm run security", |
| 67 | + "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", |
| 68 | + "ci:test": "npm run test -- --runInBand", |
| 69 | + "ci:coverage": "npm run test:coverage -- --runInBand", |
61 | 70 | "appveyor:test": "npm run test",
|
62 | 71 | "webpack-defaults": "webpack-defaults",
|
| 72 | + "release:ci": "conventional-github-releaser -p angular", |
| 73 | + "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)", |
63 | 74 | "release": "standard-version"
|
64 | 75 | },
|
65 | 76 | "repository": "https://github.com/webpack-contrib/html-loader.git",
|
|
0 commit comments