From ce409dbc8ca8176a2bcfa760efb7414689b0be5f Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Wed, 15 Jun 2022 16:27:30 -0500 Subject: [PATCH] Remove files from package.json --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index e9dbb2e..22a309d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@torchlight-api/torchlight-cli", - "version": "0.1.4", + "version": "0.0.0", "description": "A CLI for Torchlight - the syntax highlighting API", "source": "./src/index.js", "module": "./dist/torchlight-cli.esm.js", @@ -19,10 +19,6 @@ "highlighting", "torchlight" ], - "files": [ - "/dist/*", - "/src/**/*" - ], "author": "Aaron Francis (https://torchlight.dev)", "license": "MIT", "dependencies": {