From b6f2554171493c4fb8d69ac275481c7a95d1751e Mon Sep 17 00:00:00 2001 From: Olli Hiekkaranta Date: Wed, 17 Aug 2022 09:39:09 +0300 Subject: [PATCH] Add files definition to package.json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e04d4aa..b43ac6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isni-utils", - "version": "1.0.0", + "version": "1.0.1", "description": "Validate and generate ISNI (International Standard Name Identifier) codes", "license": "MIT", "author": "Olli Hiekkaranta", @@ -27,5 +27,8 @@ "devDependencies": { "assert": "^2.0.0", "mocha": "^10.0.0" - } + }, + "files": [ + "index.js" + ] }