@exanderal/stackcraft 0.8.9 → 0.8.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exanderal/stackcraft",
3
- "version": "0.8.9",
3
+ "version": "0.8.10",
4
4
  "description": "Opinionated full-stack project scaffolding CLI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -10,7 +10,6 @@ export function ExternalLink(
10
10
  <Link
11
11
  target="_blank"
12
12
  {...props}
13
- // @ts-expect-error: External URLs are not typed.
14
13
  href={props.href}
15
14
  onPress={(e) => {
16
15
  if (Platform.OS !== 'web') {