Skip to content

Commit 983af7a

Browse files
committed
style: run fmt
1 parent 870d753 commit 983af7a

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"dev": "vite",
2525
"lib:dev": "node --watch-path ./src scripts/buildAll.js",
2626
"dts": "dts-bundle-generator -o dist/first.d.ts src/types.ts",
27-
"demo": "esbuild --bundle demo/main.ts --outfile=demo/main.js --servedir=demo --sourcemap",
2827
"fmt": "dprint fmt"
2928
},
3029
"files": [

src/helpers/art.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { staticPlugin } from "kapcacher";
22
import { getClient } from "../helpers";
33

4-
54
const CACHE_NAME = "NGjs";
65
const CACHE_NS = "art";
76
const ngCache = new staticPlugin.Cacher(CACHE_NAME);

src/main.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import { getScores, postScore } from "./helpers/scoreboard.js";
77
import { loadSoundID } from "./helpers/songs.js";
88
import {
99
autoPing,
10-
getUsername,
1110
getSession,
11+
getUsername,
1212
getVersion,
13+
isLoggedIn,
1314
isOnNewgrounds,
1415
isSupporter,
15-
isLoggedIn,
1616
ping,
1717
} from "./helpers/util.js";
1818
import type { NewgroundsJS } from "./types.js";

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"./dist/newgrounds.d.ts",
1111
"./dist/global.d.ts"
1212
]
13-
}
13+
}

0 commit comments

Comments
 (0)