chore(publish): read versions from root package.json

This commit is contained in:
Tim Lancina
2016-01-21 10:50:53 -06:00
parent 55f156366f
commit 9acd56ef51
3 changed files with 23 additions and 24 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ionic-framework",
"version": "2.0.0-alpha.<%= ionicVersion %>",
"version": "<%= ionicVersion %>",
"license": "Apache-2.0",
"keywords": ["ionic", "framework", "mobile", "app", "hybrid", "webapp"],
"repository": {
@ -16,6 +16,6 @@
"shelljs": "0.5.3"
},
"peerDependencies": {
"angular2": "^2.0.0-beta.<%= angularVersion %>"
"angular2": "^<%= angularVersion %>"
}
}