Skip to content

Commit 84d38b7

Browse files
authored
Remove old signalr and progress bar (#822)
* Remove old signalr and progress bar * Drop eslint deps * Version bump - v6.0.1
1 parent 2be4343 commit 84d38b7

File tree

2 files changed

+21
-495
lines changed

2 files changed

+21
-495
lines changed

package.json

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "noblox.js",
3-
"version": "5.0.1",
3+
"version": "6.0.1",
44
"description": "A Node.js API wrapper for Roblox.",
55
"main": "lib/index.js",
66
"types": "typings/index.d.ts",
77
"scripts": {
88
"docs": "jsdoc -c jsDocsConfig.json -r -t ./node_modules/better-docs",
9-
"lint": "eslint lib/",
9+
"lint": "standard lib/",
1010
"test": "jest",
1111
"postinstall": "node postinstall.mjs"
1212
},
@@ -25,8 +25,7 @@
2525
"cheerio": "^1.0.0-rc.10",
2626
"entities": "^5.0.0",
2727
"figlet": "^1.7.0",
28-
"postman-request": "^2.88.1-postman.34",
29-
"signalr-client": "0.0.20"
28+
"postman-request": "^2.88.1-postman.34"
3029
},
3130
"license": "MIT",
3231
"bugs": {
@@ -45,17 +44,9 @@
4544
"auto": "^11.2.0",
4645
"better-docs": "2.7.3",
4746
"dotenv": "16.4.5",
48-
"eslint": "^9.8.0",
49-
"eslint-config-standard": "^17.1.0",
50-
"eslint-plugin-import": "^2.29.1",
51-
"eslint-plugin-jest": "28.6.0",
52-
"eslint-plugin-n": "^17.10.1",
53-
"eslint-plugin-node": "^11.0.0",
54-
"eslint-plugin-promise": "^7.0.0",
5547
"jest": "^29.7.0",
5648
"jest-extended": "^4.0.2",
5749
"jsdoc": "4.0.3",
58-
"progress": "^2.0.0",
5950
"standard": "^17.1.0"
6051
},
6152
"jest": {

0 commit comments

Comments
 (0)