Merge pull request #3 from karashiiro/master
Add upload files list to package.json for NPM
This commit is contained in:
commit
912c67638c
2 changed files with 4 additions and 2 deletions
2
.npmignore
Normal file
2
.npmignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
index.js
|
||||||
|
test.js
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "shit",
|
"name": "xiv-character-cards",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "index.js",
|
"main": "create-card.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
|
|
Loading…
Reference in a new issue