heading-case 0.1.3 → 0.1.4
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/dist/index.js +7 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2916,14 +2916,19 @@ const dict = [
|
|
|
2916
2916
|
'Create React App',
|
|
2917
2917
|
'Cloudflare Pages',
|
|
2918
2918
|
'CSS Modules',
|
|
2919
|
+
'Docusaurus',
|
|
2919
2920
|
'Docusaurus Faster',
|
|
2920
2921
|
'EJS',
|
|
2921
2922
|
'Emotion',
|
|
2922
2923
|
'Fast Refresh',
|
|
2924
|
+
'GitHub Actions',
|
|
2923
2925
|
'GitHub Pages',
|
|
2924
2926
|
'I',
|
|
2925
2927
|
'Lightning CSS',
|
|
2926
2928
|
'Module Federation',
|
|
2929
|
+
'Nextra',
|
|
2930
|
+
'Netlify',
|
|
2931
|
+
'Kinsta',
|
|
2927
2932
|
'Relay',
|
|
2928
2933
|
'Parcel',
|
|
2929
2934
|
'Preact',
|
|
@@ -2949,7 +2954,8 @@ const dict = [
|
|
|
2949
2954
|
'Vite',
|
|
2950
2955
|
'Vue',
|
|
2951
2956
|
'Web Workers',
|
|
2952
|
-
'Xcode'
|
|
2957
|
+
'Xcode',
|
|
2958
|
+
'Zeabur'
|
|
2953
2959
|
];
|
|
2954
2960
|
async function globMarkdownFiles(cwd) {
|
|
2955
2961
|
return glob([
|