Skip to content

Commit

Permalink
chore(Release): 3.0.0-beta.38
Browse files Browse the repository at this point in the history
  • Loading branch information
skick1234 committed Sep 6, 2021
1 parent 798c5fc commit 4ac1bfe
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "distube",
"version": "3.0.0-beta.37",
"version": "3.0.0-beta.38",
"description": "A Discord.js module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -12,7 +12,8 @@
"prettier": "prettier --write **/*.{js,ts,json,yml,yaml}",
"build": "tsc",
"build:check": "tsc --noEmit --incremental false",
"publish:beta": "npm publish --tag beta"
"publish:beta": "npm publish --tag beta",
"ncu": "ncu -u --dep dev,prod"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,10 +50,10 @@
"tiny-typed-emitter": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
Expand All @@ -61,13 +62,14 @@
"@types/jest": "^27.0.1",
"@types/node": "^16.7.10",
"babel-jest": "^27.1.0",
"discord.js": "^13.0.1",
"discord.js": "^13.1.0",
"eslint": "^7.32.0",
"eslint-config-distube": "^1.3.0",
"eslint-config-distube": "^1.4.0",
"husky": "^7.0.2",
"jest": "^27.1.0",
"jsdoc-babel": "^0.5.0",
"lint-staged": "^11.1.2",
"npm-check-updates": "^11.8.5",
"prettier": "^2.3.2",
"typescript": "^4.4.2"
},
Expand Down

0 comments on commit 4ac1bfe

Please sign in to comment.