Files
vercel__streamdown/.github/workflows/actions/verify-changesets/package.json
Hayden Bleasel 01e5eb091d Community + Publishing Workflow (#35)
* Scaffold changesets

* Copy AI SDK config

* Update config

* Create tender-toes-study.md

* Create CONTRIBUTING.md

* Create SECURITY.md

* Create CODE_OF_CONDUCT.md

* Create issue and PR templates
2025-08-25 14:59:18 -07:00

9 lines
134 B
JSON

{
"name": "verify-changesets-action",
"private": true,
"type": "module",
"scripts": {
"test": "node --test test.js"
}
}