parent
e3dbdc3a95
commit
7792ce5df5
@ -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": {
|
||||
|
Reference in New Issue
Block a user