Skip to content

Commit ceac5fc

Browse files
committed
fix(ci): remove typo
1 parent 7b36ada commit ceac5fc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

electron-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-wrapper",
33
"productName": "ReactTypescriptBoilerplateExample",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"description": "Just a simple electron wrapper for my boilerplate.",
66
"main": "src/index.ts",
77
"scripts": {

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "functions",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"license": "MIT",
55
"author": "Austin Peterson <[email protected]> (https://blog.akpwebdesign.com)",
66
"scripts": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-electron-typescript-firebase-boilerplate",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"license": "MIT",
66
"author": "Austin Peterson <[email protected]> (https://blog.akpwebdesign.com)",
@@ -41,7 +41,7 @@
4141
"deploy:web": "yarn build && firebase deploy --only hosting",
4242
"deploy:functions": "yarn build && firebase deploy --only functions",
4343
"deploy:electron": "cd electron-wrapper && yarn deploy",
44-
"deploy:ci": "yarn build && firebase deploy --token \"$FIREBASE_TOKEN\" && --project react-electron-firebase && yarn deploy:electron"
44+
"deploy:ci": "yarn build && firebase deploy --token \"$FIREBASE_TOKEN\" --project react-electron-firebase && yarn deploy:electron"
4545
},
4646
"devDependencies": {
4747
"firebase-tools": "^3.18.1"

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-boilerplate",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"license": "MIT",
66
"author": "Austin Peterson <[email protected]> (https://blog.akpwebdesign.com)",

0 commit comments

Comments
 (0)