Skip to content

Commit 11e183a

Browse files
committed
chore: Simplify the workspaces list
Incidentally unbreaks `deno install`.
1 parent 8b55ead commit 11e183a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"workspaces": [
3939
"./packages/td-tools",
4040
"./packages/core",
41-
"./packages/binding-!()",
41+
"./packages/binding-*",
4242
"./packages/cli",
4343
"./packages/examples",
4444
"./packages/browser-bundle"

0 commit comments

Comments
 (0)