diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..b7865f0 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +index.js +test.js diff --git a/package.json b/package.json index e0e00c3..dee9355 100644 --- a/package.json +++ b/package.json @@ -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",