Skip to content

Commit 3f51e94

Browse files
committed
fix: upgraded dependencies, switched back to angular format (fixes #27), pinned shelljs to version that works with nyc (#30)
1 parent 8f02736 commit 3f51e94

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function outputChangelog (argv, cb) {
7676
}
7777
var content = ''
7878
var changelogStream = conventionalChangelog({
79-
preset: 'standard',
79+
preset: 'angular',
8080
outputUnreleased: true,
8181
pkg: {
8282
path: path.resolve(process.cwd(), './package.json')

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@
3131
"dependencies": {
3232
"chalk": "^1.1.3",
3333
"conventional-changelog": "^1.1.0",
34-
"conventional-changelog-standard": "^1.2.1",
35-
"conventional-recommended-bump": "^0.2.0",
34+
"conventional-changelog-angular": "^1.1.0",
35+
"conventional-recommended-bump": "^0.2.1",
3636
"figures": "^1.5.0",
3737
"fs-access": "^1.0.0",
3838
"semver": "^5.1.0",
39-
"yargs": "^4.3.2"
39+
"yargs": "^4.6.0"
4040
},
4141
"devDependencies": {
4242
"chai": "^3.5.0",
4343
"coveralls": "^2.11.9",
4444
"mocha": "^2.4.5",
45-
"nyc": "^6.2.1",
46-
"shelljs": "^0.7.0",
45+
"nyc": "^6.4.1",
46+
"shelljs": "0.6.0",
4747
"standard": "^6.0.8"
4848
}
4949
}

0 commit comments

Comments
 (0)