Skip to content

Commit

Permalink
fix(ci): remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AKPWebDesign committed Apr 6, 2018
1 parent 7b36ada commit ceac5fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion electron-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-wrapper",
"productName": "ReactTypescriptBoilerplateExample",
"version": "1.1.2",
"version": "1.1.3",
"description": "Just a simple electron wrapper for my boilerplate.",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "functions",
"version": "1.1.2",
"version": "1.1.3",
"license": "MIT",
"author": "Austin Peterson <austin@akpwebdesign.com> (https://blog.akpwebdesign.com)",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-electron-typescript-firebase-boilerplate",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"license": "MIT",
"author": "Austin Peterson <austin@akpwebdesign.com> (https://blog.akpwebdesign.com)",
Expand Down Expand Up @@ -41,7 +41,7 @@
"deploy:web": "yarn build && firebase deploy --only hosting",
"deploy:functions": "yarn build && firebase deploy --only functions",
"deploy:electron": "cd electron-wrapper && yarn deploy",
"deploy:ci": "yarn build && firebase deploy --token \"$FIREBASE_TOKEN\" && --project react-electron-firebase && yarn deploy:electron"
"deploy:ci": "yarn build && firebase deploy --token \"$FIREBASE_TOKEN\" --project react-electron-firebase && yarn deploy:electron"
},
"devDependencies": {
"firebase-tools": "^3.18.1"
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-boilerplate",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"license": "MIT",
"author": "Austin Peterson <austin@akpwebdesign.com> (https://blog.akpwebdesign.com)",
Expand Down

0 comments on commit ceac5fc

Please sign in to comment.