fixes
All checks were successful
build (18.x)

This commit is contained in:
Lee 2023-03-29 18:59:59 +01:00
parent e3dbdc3a95
commit 7792ce5df5
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
const ScoreSaber = require("../dist/scoresaber/scoresaber");
const ScoreSaber = require("../dist/scoresaber/ScoreSaber");
const PREFIX = "ScoreSaber -";
const TEST_PLAYER = "76561198449412074";

@ -4,7 +4,7 @@
"description": "Simple util library to fetch data from beatsaber websites",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"build": "tsc",
"test": "jest"
},
"repository": {