|
34 | 34 | ],
|
35 | 35 | "scripts": {
|
36 | 36 | "build": "babel src/ --out-dir dist/ --ignore __mocks__",
|
37 |
| - "commitmsg": "validate-commit-msg", |
38 | 37 | "docs": "esdoc",
|
39 | 38 | "lint": "eslint . --cache --fix --ignore-pattern '!.eslintrc.js'",
|
40 | 39 | "pretty": "prettier --write --list-different \"**/*.js\"",
|
41 |
| - "precommit": "lint-staged", |
42 | 40 | "prepack": "yarn build",
|
43 |
| - "pretest": "yarn build && yarn lint", |
| 41 | + "pretest": "yarn build", |
44 | 42 | "release": "standard-version -a",
|
45 | 43 | "test:jest": "jest",
|
46 | 44 | "test:watch": "jest --watch",
|
|
49 | 47 | },
|
50 | 48 | "dependencies": {
|
51 | 49 | "commander": "3.0.1",
|
52 |
| - "env-ci": "3.1.0", |
53 |
| - "form-data": "^2.3.2", |
54 |
| - "glob": "7.1.3", |
55 |
| - "got": "^9.2.2", |
56 |
| - "progress": "2.0.0" |
| 50 | + "env-ci": "4.1.1", |
| 51 | + "form-data": "2.5.1", |
| 52 | + "glob": "7.1.4", |
| 53 | + "got": "9.6.0", |
| 54 | + "progress": "2.0.3" |
57 | 55 | },
|
58 | 56 | "devDependencies": {
|
59 |
| - "babel-cli": "^6.26.0", |
60 |
| - "babel-core": "^6.26.0", |
61 |
| - "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
62 |
| - "esdoc": "^1.0.4", |
63 |
| - "esdoc-brand-plugin": "^1.0.0", |
64 |
| - "esdoc-importpath-plugin": "^1.0.1", |
65 |
| - "esdoc-standard-plugin": "^1.0.0", |
66 |
| - "eslint": "^4.12.1", |
67 |
| - "husky": "^0.14.3", |
68 |
| - "jest": "^22.4.0", |
69 |
| - "lint-staged": "^6.0.0", |
70 |
| - "nock": "^9.1.4", |
71 |
| - "prettier": "^1.14.3", |
72 |
| - "standard-version": "^4.2.0", |
73 |
| - "validate-commit-msg": "^2.14.0" |
| 57 | + "babel-cli": "6.26.0", |
| 58 | + "babel-core": "6.26.3", |
| 59 | + "babel-plugin-transform-es2015-modules-commonjs": "6.26.2", |
| 60 | + "esdoc": "1.1.0", |
| 61 | + "esdoc-brand-plugin": "1.0.1", |
| 62 | + "esdoc-importpath-plugin": "1.0.2", |
| 63 | + "esdoc-standard-plugin": "1.0.0", |
| 64 | + "eslint": "6.3.0", |
| 65 | + "husky": "3.0.5", |
| 66 | + "jest": "23.6.0", |
| 67 | + "lint-staged": "9.2.0", |
| 68 | + "nock": "10.0.6", |
| 69 | + "prettier": "1.18.2", |
| 70 | + "standard-version": "7.0.0", |
| 71 | + "validate-commit-msg": "2.14.0" |
| 72 | + }, |
| 73 | + "husky": { |
| 74 | + "hooks": { |
| 75 | + "commit-msg": "validate-commit-msg", |
| 76 | + "pre-commit": "lint-staged" |
| 77 | + } |
74 | 78 | }
|
75 | 79 | }
|
0 commit comments