Skip to content

Commit b845ae4

Browse files
committed
[release] Fix dist not being included lel
1 parent 202cf0e commit b845ae4

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/appwrite-utils-cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "1.10.0",
55
"main": "dist/main.js",
66
"type": "module",
7+
"files": ["dist"],
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/zachhandley/AppwriteUtils"

packages/appwrite-utils-helpers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"type": "module",
9+
"files": ["dist"],
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/zachhandley/AppwriteUtils"

packages/appwrite-utils-mcp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"type": "module",
9+
"files": ["dist"],
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/zachhandley/AppwriteUtils"

packages/appwrite-utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"type": "module",
8+
"files": ["dist"],
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/zachhandley/AppwriteUtils"

0 commit comments

Comments
 (0)