promisify-child-process 4.1.1 → 4.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,15 +1,17 @@
1
1
  {
2
2
  "name": "promisify-child-process",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "seriously like the best async child process library",
5
5
  "engines": {
6
6
  "node": ">=8"
7
7
  },
8
8
  "main": "./index.cjs",
9
9
  "exports": {
10
+ "types": "./index.d.ts",
10
11
  "import": "./index.mjs",
11
12
  "require": "./index.cjs"
12
13
  },
14
+ "types": "./index.d.ts",
13
15
  "files": [
14
16
  "index.cjs",
15
17
  "index.mjs",
@@ -105,8 +107,8 @@
105
107
  "@babel/preset-env": "^7.1.6",
106
108
  "@babel/preset-flow": "^7.0.0",
107
109
  "@babel/register": "^7.0.0",
108
- "@commitlint/cli": "^7.0.0",
109
- "@commitlint/config-conventional": "^7.0.0",
110
+ "@commitlint/cli": "^8.0.0",
111
+ "@commitlint/config-conventional": "^8.0.0",
110
112
  "@jedwards1211/commitlint-config": "^1.0.0",
111
113
  "@jedwards1211/eslint-config": "^2.0.0",
112
114
  "@jedwards1211/eslint-config-flow": "^2.0.0",
@@ -121,7 +123,7 @@
121
123
  "eslint-config-prettier": "^3.3.0",
122
124
  "eslint-plugin-flowtype": "^3.2.0",
123
125
  "eslint-watch": "^4.0.2",
124
- "flow-bin": "^0.124.0",
126
+ "flow-bin": "^0.135.0",
125
127
  "flow-copy-source": "^2.0.2",
126
128
  "flow-watch": "^1.1.4",
127
129
  "fs-extra": "^7.0.1",