Comparing version 6.8.6-dev.1731719652.8f11764 to 6.8.6-dev.1731806365.1143395
{ | ||
"name": "necord", | ||
"description": "A module for creating Discord bots using NestJS, based on Discord.js", | ||
"version": "6.8.6-dev.1731719652.8f11764", | ||
"version": "6.8.6-dev.1731806365.1143395", | ||
"scripts": { | ||
@@ -11,3 +11,3 @@ "build": "rimraf dist && tsc -p tsconfig.build.json", | ||
"publish:dev": "npm publish --access public --tag dev", | ||
"prepare": "husky .github/husky", | ||
"prepare": "husky", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
@@ -14,0 +14,0 @@ "lint": "eslint --ignore-path .gitignore src/**/*.ts", |
235114
224