mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
Bower script
This commit is contained in:
parent
f23436fe6d
commit
990c9c2a49
@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "ionic-native",
|
"name": "ionic-native",
|
||||||
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
||||||
"main": "dist/ionic.native.js",
|
"main": [
|
||||||
|
"ionic.native.js",
|
||||||
|
"ionic.native.min.js"
|
||||||
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
"Max Lynch <max@ionic.io>"
|
"Max Lynch <max@ionic.io>"
|
||||||
],
|
],
|
@ -19,6 +19,7 @@ cp dist/ionic.native.js dist/ionic.native.min.js $DIR
|
|||||||
cd $DIR
|
cd $DIR
|
||||||
git init
|
git init
|
||||||
git remote add origin git@github.com:driftyco/ionic-native-bower.git
|
git remote add origin git@github.com:driftyco/ionic-native-bower.git
|
||||||
|
cp ../bower.json .
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Bower release"
|
git commit -m "Bower release"
|
||||||
git tag -f -m v$VERSION v$VERSION
|
git tag -f -m v$VERSION v$VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user