From 44a7df4c730a16d45e9131c383c4b7af48c8de90 Mon Sep 17 00:00:00 2001 From: MO Date: Sun, 25 Jul 2021 21:47:08 +0800 Subject: [PATCH] chore: update package.json --- .npmignore | 2 +- package.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index fca2eb1..c8740c5 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1 @@ -__tests__/ \ No newline at end of file +__tests__/ diff --git a/package.json b/package.json index a57e9f5..1957740 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,12 @@ "version": "0.1.0", "description": "lint your json, report all errors at once", "main": "lib/index.js", + "publishConfig": { + "access": "public" + }, + "files": [ + "lib" + ], "scripts": { "test:jest": "jest", "test:watch": "jest --watch",