mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
bump to 8.0.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "discord.js",
|
"name": "discord.js",
|
||||||
"version": "7.0.0",
|
"version": "9.0.0",
|
||||||
"description": "A way to interface with the Discord API",
|
"description": "A powerful library for interacting with the Discord API",
|
||||||
"main": "./src/index",
|
"main": "./src/index",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "eslint src/",
|
"test": "eslint src/",
|
||||||
@@ -41,9 +41,5 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
},
|
|
||||||
"browser": {
|
|
||||||
"./src/Util/TokenCacher.js": "./src/Util/TokenCacher-shim.js",
|
|
||||||
"./lib/Util/TokenCacher.js": "./lib/Util/TokenCacher-shim.js"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user