mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(gruntfile): remove changelog option, add repository to package.json instead
This commit is contained in:
@@ -50,12 +50,6 @@ module.exports = function(grunt) {
|
||||
}
|
||||
},
|
||||
|
||||
changelog: {
|
||||
options: {
|
||||
repository: 'https://github.com/driftyco/ionic'
|
||||
}
|
||||
},
|
||||
|
||||
version: {
|
||||
dist: {
|
||||
dest: 'dist/version.json'
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user