Skip to content

Commit c58cd81

Browse files
authored
Merge pull request #66 from LibreSign/update-readme
Update readme
2 parents 3fa7665 + 36dbad4 commit c58cd81

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint-eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: versions
5050
with:
5151
fallbackNode: '^20'
52-
fallbackNpm: '^9'
52+
fallbackNpm: '^10'
5353

5454
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
5555
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: versions
2828
with:
2929
fallbackNode: '^20'
30-
fallbackNpm: '^9'
30+
fallbackNpm: '^10'
3131

3232
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
3333
uses: actions/setup-node@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- thanks https://github.com/llanc/xcc-pdf-editor
77

88
# npm
9-
https://www.npmjs.com/package/vue-pdf-editor
9+
https://www.npmjs.com/package/@libresign/vue-pdf-editor
1010

1111
# DEMO
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@libresign/vue-pdf-editor",
33
"description": "vue2 pdf editor component",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"author": "LibreCode",
66
"private": false,
77
"main": "dist/vue-pdf-editor.umd.js",

0 commit comments

Comments
 (0)