chore(util): release @discordjs/util@0.1.0

This commit is contained in:
iCrawl
2022-10-03 14:08:03 +02:00
parent b2ec865765
commit bf92172d80
24 changed files with 554 additions and 265 deletions

View File

@@ -7,8 +7,7 @@
"lint": "prettier --check . && cross-env TIMING=1 eslint src --ext mjs,js,ts",
"format": "prettier --write . && cross-env TIMING=1 eslint src --ext mjs,js,ts --fix",
"fmt": "yarn format",
"prepack": "yarn lint && yarn test && yarn build",
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/proxy-container/*'"
"prepack": "yarn lint && yarn test && yarn build"
},
"type": "module",
"module": "./dist/index.js",