From 087efbe5d1a8980e51dc4c703ac79411ab9e6230 Mon Sep 17 00:00:00 2001 From: Osher Date: Sun, 5 May 2024 21:45:01 +0300 Subject: [PATCH] Ship only production runtime files --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 31463af..f058692 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,12 @@ "name": "yaml-ast-parser", "version": "0.0.43", "main": "dist/src/index.js", + "files": [ + "dist/**/*.js", + "dist/**/*.js.map", + "dist/**/*.d.ts", + "!dist/test" + ], "scripts": { "build": "rimraf dist && tsc", "pullall": "dev-env-installer pullall",