From fc029b5bf7c422b1e2dc6ff823382e4a320baa01 Mon Sep 17 00:00:00 2001 From: Conor Hawes Date: Thu, 3 Aug 2023 08:54:18 -0400 Subject: [PATCH] Only include index.json on publish --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f8d6423..4a35022 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "@launchpadlab/prettier-config", - "version": "2.0.0", + "version": "2.0.1", "main": "index.json", "repository": "https://github.com/launchpadlab/prettier-config", "author": "dpikt", "license": "MIT", + "files": ["index.json"], "peerDependencies": { "prettier": "^1.0 || ^2.0 || ^3.0" }