mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(publish): read versions from root package.json
This commit is contained in:
@ -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 %>"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user