This repository has been archived by the owner on Jul 27, 2019. It is now read-only.
forked from arnesson/cordova-plugin-firebase
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d798b5
commit e60cd91
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cordova-plugin-firebase-lib", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"author": { | ||
"name": "Wiz Panda Techno Solutions", | ||
"url": "https://www.wizpanda.com/" | ||
|
@@ -30,8 +30,8 @@ | |
"phone auth" | ||
], | ||
"scripts": { | ||
"preversion": "git add CHANGELOG.md", | ||
"version": "node ./bump-version.js && git add -A plugin.xml", | ||
"preversion": "git add CHANGELOG.md && npx markdown-toc -i README.md && npx markdown-toc -i docs/API.md", | ||
"version": "node ./bump-version.js && git add -A plugin.xml && git add README.md && git add API/*.md", | ||
"postversion": "git push && git push --tags && npm publish --verbose", | ||
"test": "npm run test:ios && npm run test:android && npm run test:browser", | ||
"test:android": "npm run test:[email protected]:[email protected] && npm run test:[email protected]:[email protected] && npm run test:[email protected]:[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters