Skip to content

Commit 077d8e8

Browse files
remove FYI script
1 parent 36167e0 commit 077d8e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"type": "git",
1212
"url": "https://github.com/DuendeSoftware/docs.duendesoftware.com.git"
1313
},
14+
"notes" : {
15+
"Astro SVG validation issue" : "https://github.com/withastro/astro/issues/13006"
16+
},
1417
"scripts": {
1518
"dev": "astro dev",
1619
"start": "astro dev",
@@ -19,7 +22,6 @@
1922
"astro": "astro",
2023
"validateredirects": "cd _to-migrate/urls && node test-urls.js",
2124
"linkchecker": " npm run build && lychee --skip-missing --no-progress --max-concurrency 16 --exclude-loopback --require-https --exclude sample.duendesoftware.com --exclude docs.duendesoftware.com --exclude sitemap --exclude github --root-dir \"$PWD/dist\" dist/**",
22-
"FYI": "https://github.com/withastro/astro/issues/13006",
2325
"postinstall": "patch-package"
2426
},
2527
"dependencies": {

0 commit comments

Comments
 (0)