From 9ecf77f91c7288b5fab8300808b86873a709663d Mon Sep 17 00:00:00 2001 From: sup39 Date: Wed, 13 Jan 2021 00:55:27 +0900 Subject: [PATCH] add `files` field to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index fa8c670..d426cca 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,9 @@ "lint": "eslint .", "test": "mocha" }, + "files": [ + "index.js" + ], "devDependencies": { "@sup39/markdown-it-attr": "^1.0.0", "@sup39/markdown-it-inline-tag": "^1.0.0",