Change package entrypoint to create-card.js

This commit is contained in:
karashiiro 2021-05-26 10:51:34 -07:00 committed by GitHub
parent 1daa81d9fa
commit b3c27c3a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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