Skip to content

Commit 40ac826

Browse files
authored
client: make files an array (#46)
1 parent 6ab6a97 commit 40ac826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Web client for the Linera blockchain",
55
"main": "dist/linera_web.js",
66
"types": "dist/linera_web.d.ts",
7-
"files": "dist",
7+
"files": [ "dist" ],
88
"type": "module",
99
"scripts": {
1010
"install": "true",

0 commit comments

Comments
 (0)