v0.2.1 release

This commit is contained in:
Michael Freno
2025-11-16 09:36:46 -05:00
parent 4142b7e831
commit 39ccf0c450
26 changed files with 11070 additions and 220 deletions

13
docs/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "flexlove-docs",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node update-version.js && node build-docs.js"
},
"dependencies": {
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^9.0.0",
"highlight.js": "^11.9.0"
}
}