Skip to content

Commit

Permalink
Remove old signalr and progress bar (#822)
Browse files Browse the repository at this point in the history
* Remove old signalr and progress bar

* Drop eslint deps

* Version bump - v6.0.1
  • Loading branch information
Neztore authored Aug 16, 2024
1 parent 2be4343 commit 84d38b7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 495 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "noblox.js",
"version": "5.0.1",
"version": "6.0.1",
"description": "A Node.js API wrapper for Roblox.",
"main": "lib/index.js",
"types": "typings/index.d.ts",
"scripts": {
"docs": "jsdoc -c jsDocsConfig.json -r -t ./node_modules/better-docs",
"lint": "eslint lib/",
"lint": "standard lib/",
"test": "jest",
"postinstall": "node postinstall.mjs"
},
Expand All @@ -25,8 +25,7 @@
"cheerio": "^1.0.0-rc.10",
"entities": "^5.0.0",
"figlet": "^1.7.0",
"postman-request": "^2.88.1-postman.34",
"signalr-client": "0.0.20"
"postman-request": "^2.88.1-postman.34"
},
"license": "MIT",
"bugs": {
Expand All @@ -45,17 +44,9 @@
"auto": "^11.2.0",
"better-docs": "2.7.3",
"dotenv": "16.4.5",
"eslint": "^9.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^7.0.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jsdoc": "4.0.3",
"progress": "^2.0.0",
"standard": "^17.1.0"
},
"jest": {
Expand Down
Loading

0 comments on commit 84d38b7

Please sign in to comment.