We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e2bff commit cf505b5Copy full SHA for cf505b5
2 files changed
.github/workflows/publish.yml
@@ -24,8 +24,8 @@ jobs:
24
25
- run: pnpm install --frozen-lockfile
26
27
- - run: pnpm --filter @stream-md/react build
+ - run: pnpm --filter streaming-markdown-react build
28
29
- - run: pnpm --filter @stream-md/react publish --access public --no-git-checks
+ - run: pnpm --filter streaming-markdown-react publish --access public --no-git-checks
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
packages/streaming-markdown/package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "@stream-md/react",
3
- "version": "0.1.3",
+ "name": "streaming-markdown-react",
+ "version": "0.1.4",
4
"description": "React component for rendering streaming markdown content",
5
"main": "./dist/index.js",
6
"module": "./dist/index.mjs",
0 commit comments