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 008474f commit 39ea711Copy full SHA for 39ea711
CHANGELOG.md
package.json
@@ -28,8 +28,7 @@
28
"pretest": "npm run lint",
29
"test": "mocha --async-only --timeout 5000 test/lib test",
30
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
31
- "coveralls": "nyc --reporter=text-lcov npm test | coveralls",
32
- "changelog": "github-changes -o gulpjs -r gulp-cli -b master -f ./CHANGELOG.md --order-semver --use-commit-body"
+ "coveralls": "nyc --reporter=text-lcov npm test | coveralls"
33
},
34
"dependencies": {
35
"ansi-colors": "^1.0.1",
@@ -58,7 +57,6 @@
58
57
"eslint": "^1.7.3",
59
"eslint-config-gulp": "^2.0.0",
60
"expect": "^1.20.2",
61
- "github-changes": "^1.0.1",
62
"gulp": "gulpjs/gulp#4.0",
63
"gulp-test-tools": "^0.6.1",
64
"jscs": "^2.3.5",
0 commit comments