We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb80b22 commit afc3650Copy full SHA for afc3650
package.json
@@ -30,15 +30,22 @@
30
"@textpress/eslint-config-textpress": "*",
31
"@textpress/extendable-error": "*",
32
"@textpress/gulp-bump-version": "*",
33
+ "chalk": "^2.3.2",
34
"conventional-github-releaser": "^2.0.0",
35
"esdoc": "^1.0.4",
36
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
37
"esdoc-standard-plugin": "^1.0.0",
38
"eslint": "^4.9.0",
- "flow-bin": "^0.63.1",
39
+ "fancy-log": "^1.3.2",
40
"gulp": "^3.9.1",
41
+ "gulp-confirm": "^1.0.8",
42
+ "gulp-exec": "^3.0.1",
43
+ "gulp-print": "^5.0.0",
44
"jest": "^22.0.5",
45
"jest-cli": "^22.0.5",
- "rimraf": "^2.6.2"
46
+ "lodash": "^4.17.5",
47
+ "plugin-error": "^1.0.1",
48
+ "rimraf": "^2.6.2",
49
+ "yargs": "^11.0.0"
50
}
51
0 commit comments