Skip to content

Commit

Permalink
fix: upgraded dependencies, switched back to angular format (fixes #27)…
Browse files Browse the repository at this point in the history
…, pinned shelljs to version that works with nyc
  • Loading branch information
Benjamin Coe committed May 1, 2016
1 parent 8f02736 commit 2c02bc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -76,7 +76,7 @@ function outputChangelog (argv, cb) {
}
var content = ''
var changelogStream = conventionalChangelog({
preset: 'standard',
preset: 'angular',
outputUnreleased: true,
pkg: {
path: path.resolve(process.cwd(), './package.json')
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -31,19 +31,19 @@
"dependencies": {
"chalk": "^1.1.3",
"conventional-changelog": "^1.1.0",
"conventional-changelog-standard": "^1.2.1",
"conventional-recommended-bump": "^0.2.0",
"conventional-changelog-angular": "^1.1.0",
"conventional-recommended-bump": "^0.2.1",
"figures": "^1.5.0",
"fs-access": "^1.0.0",
"semver": "^5.1.0",
"yargs": "^4.3.2"
"yargs": "^4.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"mocha": "^2.4.5",
"nyc": "^6.2.1",
"shelljs": "^0.7.0",
"nyc": "^6.4.1",
"shelljs": "0.6.0",
"standard": "^6.0.8"
}
}

0 comments on commit 2c02bc1

Please sign in to comment.