File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3636 run : npm run build --if-present
3737
3838 - name : ESlint
39- run : npm run test:lint
39+ run : npm run eslint
4040
4141 - name : Tests
4242 run : npm test
Original file line number Diff line number Diff line change 99 directories :
1010 - node_modules
1111script :
12- - npm run test:lint
12+ - npm run eslint
Original file line number Diff line number Diff line change 11{
22 "name" : " hypixel-api-reborn" ,
33 "version" : " 8.1.0" ,
4- "description" : " This is the only Hypixel API wrapper for Node.js with intellisense support " ,
4+ "description" : " Feature-rich Hypixel API wrapper for Node.js" ,
55 "main" : " ./src/index.js" ,
66 "types" : " ./typings/index.d.ts" ,
77 "keywords" : [
1818 "scripts" : {
1919 "eslint" : " eslint src" ,
2020 "eslint:fix" : " eslint src --fix" ,
21- "test:lint" : " npm run eslint" ,
22- "test:lint:dev" : " npm run eslint && npm run dtslint" ,
21+ "lint:dev" : " npm run eslint && npm run dtslint" ,
2322 "test" : " mocha tests --exit" ,
2423 "test:dev" : " nodenv --exec mocha tests -- --exit" ,
2524 "docgen" : " docgen -s src -o master.json" ,
You can’t perform that action at this time.
0 commit comments