mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Added npmignore for tinier installations
This commit is contained in:
parent
9662d52d4f
commit
0f82202a6b
2 changed files with 6 additions and 1 deletions
5
.npmignore
Normal file
5
.npmignore
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
.vscode/
|
||||||
|
docs/
|
||||||
|
examples/
|
||||||
|
web-dist/
|
||||||
|
.travis.yml
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "discord.js",
|
"name": "discord.js",
|
||||||
"version": "3.9.0",
|
"version": "3.9.1",
|
||||||
"description": "A way to interface with the Discord API",
|
"description": "A way to interface with the Discord API",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue