mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): update codename
This commit is contained in:
@@ -14,6 +14,7 @@ module.exports = {
|
||||
contentsFolder = config.get('rendering.contentsFolder');
|
||||
},
|
||||
process: function(docs, config, extraData) {
|
||||
if(1) return;
|
||||
var demoTags = [
|
||||
'javascript',
|
||||
'html',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "ionic",
|
||||
"private": false,
|
||||
"version": "1.0.0-beta.6",
|
||||
"codename": "cadmium-camel",
|
||||
"codename": "darmstadtium-dingo",
|
||||
"repository": {
|
||||
"url": "git://github.com/driftyco/ionic.git"
|
||||
},
|
||||
|
||||
@@ -35,6 +35,7 @@ function push {
|
||||
# Get first codename in list
|
||||
CODENAME=$(readJsonProp "$PROJECT_DIR/package.json" "codename")
|
||||
|
||||
replaceJsonProp "package.json" "version" "$VERSION"
|
||||
replaceJsonProp "bower.json" "version" "$VERSION"
|
||||
replaceJsonProp "component.json" "version" "$VERSION"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user