Skip to content

Commit

Permalink
fix number guardian
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Sep 24, 2024
1 parent 94adb45 commit 310f3dc
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 99,401 deletions.
4 changes: 2 additions & 2 deletions deploy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FtpDeploy from "ftp-deploy"
import auth from "./ftpauth.json" assert {type: "json"}
import pkg from "./package.json" assert {type: "json"}
import auth from "./ftpauth.json" with {type: "json"}
import pkg from "./package.json" with {type: "json"}
import { dirname } from 'path';
import { fileURLToPath } from 'url';

Expand Down
2 changes: 1 addition & 1 deletion lib/metro.all.js

Large diffs are not rendered by default.

Loading

0 comments on commit 310f3dc

Please sign in to comment.