We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1275fe9 commit 5c3d28dCopy full SHA for 5c3d28d
.github/workflows/npm-publish.yml
@@ -8,19 +8,7 @@ on:
8
types: [created]
9
10
jobs:
11
- build:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
16
- with:
17
- node-version: 20
18
- - run: yarn
19
- - uses: nikeee/setup-pandoc@v1
20
- - run: npm test
21
-
22
publish-npm:
23
- needs: build
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@v3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pandiff",
3
- "version": "0.6.0",
+ "version": "0.7.0",
4
"description": "Prose diffs for any document format supported by Pandoc",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
0 commit comments