Merge pull request #3 from karashiiro/master

Add upload files list to package.json for NPM
This commit is contained in:
ArcaneDisgea 2021-05-26 14:02:45 -04:00 committed by GitHub
commit 912c67638c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

2
.npmignore Normal file
View file

@ -0,0 +1,2 @@
index.js
test.js

View file

@ -1,7 +1,7 @@
{
"name": "shit",
"name": "xiv-character-cards",
"version": "1.0.0",
"main": "index.js",
"main": "create-card.js",
"license": "MIT",
"scripts": {
"start": "node index.js",