Bower script

This commit is contained in:
Max Lynch 2016-08-02 11:23:39 -05:00
parent f23436fe6d
commit 990c9c2a49
2 changed files with 5 additions and 1 deletions

View File

@ -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>"
], ],

View File

@ -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