mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
build(publish): gulp publish task
This commit is contained in:
@ -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 %>"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user