build(publish): gulp publish task

This commit is contained in:
Adam Bradley
2015-12-21 17:11:03 -06:00
parent 4af71261cf
commit d15fdcf7fc
2 changed files with 42 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ionic-framework",
"version": "2.0.0-alpha.44",
"version": "2.0.0-alpha.<%= ionicVersion %>",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -15,6 +15,6 @@
"shelljs": "0.5.3"
},
"peerDependencies": {
"angular2": "2.0.0-beta.0"
"angular2": "2.0.0-beta.<%= angularVersion %>"
}
}