File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 44 "description" : " An official asynchronous JavaScript (Node.js) wrapper for MC-Market's Ultimate REST API." ,
55 "main" : " ./src/index.js" ,
66 "scripts" : {
7- "test" : " echo \" Error: no test specified \" && exit 1 "
7+ "test" : " node ./tests/ test.js && npx eslint ./src/ "
88 },
99 "repository" : {
1010 "type" : " git" ,
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+ // MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
3+
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2021 MC-Market (Mick Capital Pty. Ltd.)
2+ // MIT License (https://github.com/MC-Market-org/js-api-wrapper/blob/main/LICENSE)
3+
4+ require ( "./base.js" ) ;
5+ throw "Test" ;
You can’t perform that action at this time.
0 commit comments