Skip to content

Commit 39ea711

Browse files
committed
1 parent 008474f commit 39ea711

File tree

2 files changed

+1
-165
lines changed

2 files changed

+1
-165
lines changed

CHANGELOG.md

Lines changed: 0 additions & 162 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"pretest": "npm run lint",
2929
"test": "mocha --async-only --timeout 5000 test/lib test",
3030
"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"
31+
"coveralls": "nyc --reporter=text-lcov npm test | coveralls"
3332
},
3433
"dependencies": {
3534
"ansi-colors": "^1.0.1",
@@ -58,7 +57,6 @@
5857
"eslint": "^1.7.3",
5958
"eslint-config-gulp": "^2.0.0",
6059
"expect": "^1.20.2",
61-
"github-changes": "^1.0.1",
6260
"gulp": "gulpjs/gulp#4.0",
6361
"gulp-test-tools": "^0.6.1",
6462
"jscs": "^2.3.5",

0 commit comments

Comments
 (0)