chore(gruntfile): remove changelog option, add repository to package.json instead

This commit is contained in:
Andy Joslin
2014-02-12 11:37:45 -05:00
parent b44065d29d
commit eca1d3cec6
2 changed files with 3 additions and 6 deletions

View File

@@ -50,12 +50,6 @@ module.exports = function(grunt) {
}
},
changelog: {
options: {
repository: 'https://github.com/driftyco/ionic'
}
},
version: {
dist: {
dest: 'dist/version.json'

View File

@@ -3,6 +3,9 @@
"private": false,
"version": "0.9.25-alpha",
"codename": "quitzal",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bump": "0.0.13",