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",