remove packagemanager
This commit is contained in:
parent
7ddfd049a4
commit
f2e593a35c
4 changed files with 690 additions and 6043 deletions
|
@ -13,7 +13,6 @@
|
|||
"mocha": "NODE_ENV=test TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT=\"./test/tsconfig.json\" mocha",
|
||||
"test": "yarn mocha"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"resolutions": {
|
||||
"chokidar": "^3.3.1",
|
||||
"lodash": "^4.17.21"
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
"chokidar": "^3.3.1",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"dependencies": {
|
||||
"@discordapp/twemoji": "14.0.2",
|
||||
"@fortawesome/fontawesome-free": "6.1.1",
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"build": "node build.js",
|
||||
"lint": "eslint --quiet src/**/*.{ts}"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.14.42",
|
||||
"idb-keyval": "^6.1.0",
|
||||
|
|
Loading…
Reference in a new issue