From 8dca90037af971812a08707b501271fd2eb25fed Mon Sep 17 00:00:00 2001 From: Joshua Bemenderfer Date: Tue, 3 Sep 2024 12:49:03 -0400 Subject: [PATCH] Add files array. --- packages/js/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/js/package.json b/packages/js/package.json index 4a93ea2..ecd3591 100644 --- a/packages/js/package.json +++ b/packages/js/package.json @@ -1,7 +1,7 @@ { "name": "@terrace-lang/js", "description": "Terrace is a simple structured data syntax for configuration, content authoring, and DSLs.", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "type": "module", "repository": { @@ -9,6 +9,7 @@ "url": "https://github.com/terrace-lang/terrace.git", "directory": "packages/js" }, + "files": ["dist"], "bugs": "https://github.com/terrace-lang/terrace/issues", "homepage": "https://terrace-lang.org", "types": "./dist/types/index.d.ts",