From 6f9b29beeb4e20f6e31fb75d2a8644ea0b193146 Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Wed, 20 Jul 2022 05:46:37 +0200 Subject: [PATCH] define files array --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 1283dd7..5af5ace 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "Markdown-formatted Creative Commons licenses", "author": "idleberg", "license": "Unlicense", + "files": [ + "4.0/", + "legacy/", + ], "scripts": { "lint": "npm run test", "test": "remark -u lint ./4.0/*.markdown ./legacy/**/*.markdown"