|
6 | 6 | "scripts": { |
7 | 7 | "test": "yarn lint && mdep test run", |
8 | 8 | "pretest": "yarn compile", |
9 | | - "prepublish": "yarn compile", |
| 9 | + "prepare": "yarn compile", |
10 | 10 | "lint": "eslint ./src", |
11 | 11 | "compile": "babel -d ./lib src", |
12 | | - "semantic-release": "semantic-release" |
| 12 | + "semantic-release": "semantic-release", |
| 13 | + "commitmsg": "commitlint -e $GIT_PARAMS", |
| 14 | + "preparecommitmsg": "./node_modules/@makeomatic/deploy/git-hooks/prepare-commit-msg $GIT_PARAMS" |
13 | 15 | }, |
14 | 16 | "repository": { |
15 | 17 | "type": "git", |
|
37 | 39 | "bluebird": "^3.5.1", |
38 | 40 | "bunyan": "^1.8.12", |
39 | 41 | "callback-queue": "^2.0.0", |
40 | | - "denque": "^1.2.2", |
| 42 | + "denque": "^1.3.0", |
41 | 43 | "ioredis-lock": "^3.4.0", |
42 | | - "lodash": "^4.17.4", |
| 44 | + "lodash": "^4.17.10", |
43 | 45 | "serialize-error": "^2.1.0" |
44 | 46 | }, |
45 | 47 | "devDependencies": { |
| 48 | + "@babel/cli": "^7.0.0-rc.1", |
| 49 | + "@babel/core": "^7.0.0-rc.1", |
| 50 | + "@babel/plugin-transform-strict-mode": "^7.0.0-rc.1", |
| 51 | + "@babel/register": "^7.0.0-rc.1", |
46 | 52 | "@makeomatic/condition-semaphore": "^2.0.0", |
47 | | - "@makeomatic/deploy": "^5.0.2", |
| 53 | + "@makeomatic/deploy": "^7.0.1", |
48 | 54 | "@makeomatic/last-release-npm": "^1.0.1", |
49 | | - "babel-cli": "^6.26.0", |
50 | | - "babel-eslint": "^8.2.1", |
51 | | - "babel-plugin-istanbul": "^4.1.5", |
52 | | - "babel-plugin-transform-strict-mode": "^6.24.1", |
53 | | - "babel-register": "^6.26.0", |
54 | | - "codecov": "^3.0.0", |
55 | | - "cross-env": "^5.1.3", |
56 | | - "eslint": "^4.15.0", |
57 | | - "eslint-config-makeomatic": "^2.0.1", |
58 | | - "eslint-plugin-import": "^2.8.0", |
59 | | - "eslint-plugin-promise": "^3.6.0", |
| 55 | + "babel-core": "^7.0.0-0", |
| 56 | + "babel-eslint": "^8.2.6", |
| 57 | + "babel-jest": "^23.4.2", |
| 58 | + "babel-plugin-istanbul": "^5.0.0", |
| 59 | + "codecov": "^3.0.4", |
| 60 | + "cross-env": "^5.2.0", |
| 61 | + "eslint": "^5.3.0", |
| 62 | + "eslint-config-makeomatic": "^3.0.0", |
| 63 | + "eslint-plugin-import": "^2.13.0", |
| 64 | + "eslint-plugin-promise": "^3.8.0", |
60 | 65 | "ioredis": "^3.2.2", |
61 | | - "jest-cli": "^22.1.1", |
62 | | - "mocha": "^4.1.0", |
63 | | - "nyc": "^11.4.1", |
64 | | - "sinon": "^4.1.6" |
| 66 | + "jest-cli": "^23.5.0", |
| 67 | + "mocha": "^5.2.0", |
| 68 | + "nyc": "^12.0.2", |
| 69 | + "sinon": "^6.1.5" |
65 | 70 | }, |
66 | 71 | "engine": { |
67 | 72 | "node": ">= 8.9.0" |
|
0 commit comments