mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 11:10:38 +00:00
Make @types/node a devDependency
This commit is contained in:
parent
c3bc6d5234
commit
6c4f63ed72
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,6 @@
|
||||||
"homepage": "https://github.com/hydrabolt/discord.js#readme",
|
"homepage": "https://github.com/hydrabolt/discord.js#readme",
|
||||||
"runkitExampleFilename": "./docs/examples/ping.js",
|
"runkitExampleFilename": "./docs/examples/ping.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^7.0.0",
|
|
||||||
"long": "^3.2.0",
|
"long": "^3.2.0",
|
||||||
"prism-media": "^0.0.1",
|
"prism-media": "^0.0.1",
|
||||||
"snekfetch": "^3.0.0",
|
"snekfetch": "^3.0.0",
|
||||||
|
|
@ -49,6 +48,7 @@
|
||||||
"libsodium-wrappers": "^0.5.1"
|
"libsodium-wrappers": "^0.5.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@types/node": "^7.0.0",
|
||||||
"discord.js-docgen": "hydrabolt/discord.js-docgen",
|
"discord.js-docgen": "hydrabolt/discord.js-docgen",
|
||||||
"eslint": "^3.19.0",
|
"eslint": "^3.19.0",
|
||||||
"parallel-webpack": "^1.6.0",
|
"parallel-webpack": "^1.6.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue