setting the benign tweak back how it was

This commit is contained in:
perry 2016-03-15 16:09:53 -05:00
parent 3cc379e2ed
commit 56fd46d9c3
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ function run {
git config --global user.email "hi@ionicframework.com"
git config --global user.name "Ionitron"
git add -A
git commit -am "Automated build of platform docs $CIRCLE_PROJECT_REPONAME $CIRCLE_SHA1"
git commit -am "Automated build of platform docs driftyco/$CIRCLE_PROJECT_REPONAME@$CIRCLE_SHA1"
git push origin master
echo "-- Updated docs for $VERSION_NAME succesfully!"

View File

@ -50,7 +50,7 @@ export class AppRate {
/**
* Prompts the user for rating
*
* @param {boolean} immediately Show the rating prompt immediately
* @param {boolean} immediately Show the rating prompt immediately.
*/
@Cordova()
static promptForRating(immediately: boolean): void {};