We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e0738 commit 0df8b33Copy full SHA for 0df8b33
.npmrc
@@ -0,0 +1,5 @@
1
+# Important! Never install `astro` even when new version is in registry
2
+prefer-workspace-packages=true
3
+link-workspace-packages=true
4
+save-workspace-protocol=false
5
+auto-install-peers=false
packages/prompts/package.json
@@ -52,7 +52,7 @@
52
"prepack": "unbuild"
53
},
54
"dependencies": {
55
- "@clack/core": "workspace:^0.1.5",
+ "@clack/core": "^0.1.5",
56
"picocolors": "^1.0.0",
57
"sisteransi": "^1.0.5"
58
0 commit comments