chore: change versions

This commit is contained in:
iCrawl
2022-07-18 12:52:15 +02:00
parent dcbbecfed2
commit ed94b3d9ec
14 changed files with 539 additions and 277 deletions

View File

@@ -4,14 +4,14 @@
"description": "A powerful library for interacting with the Discord API",
"private": true,
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"format": "turbo run format",
"fmt": "turbo run format",
"build": "yarn workspaces foreach -p -t run build",
"test": "yarn workspaces foreach -p -t run test",
"lint": "yarn workspaces foreach -p -t run lint",
"format": "yarn workspaces foreach -p -t run format",
"fmt": "yarn format",
"postinstall": "is-ci || husky install",
"docs": "turbo run docs",
"changelog": "turbo run changelog",
"docs": "yarn workspaces foreach -p -t run docs",
"changelog": "yarn workspaces foreach -p -t run changelog",
"update": "yarn upgrade-interactive"
},
"contributors": [
@@ -53,7 +53,6 @@
"husky": "^8.0.1",
"is-ci": "^3.0.1",
"prettier": "^2.7.1",
"turbo": "^1.3.1",
"typescript": "^4.7.4"
},
"engines": {