summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-08-18 14:50:34 -0700
committerMatthew Miller <matthew@millerti.me>2023-08-18 14:50:34 -0700
commitd1c041a0bb29243a182514f553cd3326b889e82c (patch)
tree218e7d6e005d691da6786930ddf6401a886f2d74
parent2ce98cea02ca2caf2090e3480f34c0618a41d1f3 (diff)
Simplify workspace names
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index db70de2..6ad8bc5 100644
--- a/package.json
+++ b/package.json
@@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"workspaces": [
- "packages/browser/",
- "packages/server/npm/",
- "packages/typescript-types/npm/"
+ "packages/browser",
+ "packages/server/npm",
+ "packages/typescript-types/npm"
],
"scripts": {
"clean": "rm -rf ./packages/**/node_modules && rm -rf ./packages/**/dist && rm -rf ./packages/**/npm",