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",
|
"description": "My Discord Bot",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"start": "node ."
|
||||||
"start": "node .",
|
|
||||||
"lint": "eslint . --ext .js --ignore-pattern \"dashboard-core/\""
|
|
||||||
},
|
},
|
||||||
"author": "@jonny_bro",
|
"author": "@jonny_bro",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue