Skip to content

Commit

Permalink
Remove require-self
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 authored Jun 3, 2023
1 parent 467809c commit 5293bed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"generate:types": "node typings/generate-typings.js",
"generate:data": "node ./bin/generate_data.js",
"test:types": "tsc typings/test-typings && node typings/test-typings.js",
"test": "require-self && npm run generate:types && npm run generate:data && npm run lint && npm run test:types && mocha",
"test": "npm run generate:types && npm run generate:data && npm run lint && npm run test:types && mocha",
"lint": "standard",
"prepare": "require-self && npm run generate:data && npm run generate:types",
"prepare": "npm run generate:data && npm run generate:types",
"fix": "standard --fix"
},
"standard": {
Expand All @@ -33,11 +33,11 @@
"url": "https://github.com/PrismarineJS/node-minecraft-data/issues"
},
"devDependencies": {
"minecraft-data": ".",
"@types/node": "^20.2.1",
"json-schema-to-typescript": "11.0.5",
"minecraft-packets": "^1.4.0",
"mocha": "^10.0.0",
"require-self": "^0.2.3",
"standard": "^17.0.0",
"typescript": "^5.0.4"
},
Expand Down

0 comments on commit 5293bed

Please sign in to comment.