mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 14:14:59 +05:00
remove unused scripts in package.json
This commit is contained in:
parent
d92c25228b
commit
d348260504
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@
|
|||
"description": "My Discord Bot",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"start": "node .",
|
||||
"lint": "eslint . --ext .js --ignore-pattern \"dashboard-core/\""
|
||||
"start": "node ."
|
||||
},
|
||||
"author": "@jonny_bro",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue