Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Commit

Permalink
feat(deps): add grunt-conventional-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Feb 7, 2015
1 parent c9d6cfd commit 6c30106
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ module.exports = function (grunt) {
'<%= opt.client.jsTestOut %>/**/*_spec.js'
]
}
},
changelog: {
options: {
}
}
});

Expand Down
225 changes: 219 additions & 6 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"espower-loader": "0.10.0",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-conventional-changelog": "1.1.0",
"grunt-dtsm": "0.2.2",
"grunt-mocha-test": "0.12.7",
"grunt-ts": "3.0.0",
Expand Down

0 comments on commit 6c30106

Please sign in to comment.