Skip to content

Commit

Permalink
fix prebuild hook
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainPenbase committed Jul 8, 2021
1 parent b88f3ee commit 97fff81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.8.3-beta-1",
"version": "7.8.3-beta-2",
"name": "penbase-cordova-plugin-fcm-with-dependecy-updated",
"cordova_name": "Cordova FCM Push Plugin",
"description": "Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated",
Expand All @@ -10,7 +10,7 @@
"issue": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/issues",
"author": "André Augusto Tissot",
"scripts": {
"pre:build": "node ./scripts/update_version.js",
"prebuild": "node ./scripts/update_version.js",
"build": "npm run build:www;npm run build:ionic",
"build:www": "cd ./src/www;npm run build",
"build:ionic": "cd ./src/ionic;npm run build",
Expand Down

0 comments on commit 97fff81

Please sign in to comment.