Skip to content

Commit

Permalink
export html build function
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhua committed Feb 29, 2024
1 parent 968f754 commit 4efd1fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- main
- main
pull_request:
branches:
- main
- main
jobs:
test:
name: unit test
Expand All @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: setup pnpm
uses: pnpm/action-setup@v3
with:
with:
version: latest
run_install: true
- run: pnpm test
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export {default} from './lib/index.js';
export {template} from './lib/utils.js';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zhouhua-dev/remark-media-card",
"version": "1.1.3",
"version": "1.1.4",
"description": "remark plugin to support media card",
"license": "MIT",
"homepage": "https://github.com/zhouhua/remark-media-card",
Expand Down

0 comments on commit 4efd1fd

Please sign in to comment.