Skip to content

Commit

Permalink
oopsi
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzuber committed Dec 19, 2023
1 parent 4892c5e commit 3b9c0a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "skipper-native",
"productName": "Skipper",
"version": "1.2.3",
"version": "1.2.4",
"description": "Native executables for different platforms to launch the Skipper app.",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const path = require("path");
// ============ Variables =============
// ====================================

const IS_LOCAL = true;
const IS_DEBUGGING = true;
const IS_LOCAL = false;
const IS_DEBUGGING = false;

// ====================================
// ============= Helpers ==============
Expand Down

0 comments on commit 3b9c0a6

Please sign in to comment.