Skip to content

Commit 02fcb25

Browse files
authored
Merge pull request #38 from LibreSign/bugfix/do-not-ignore-dist-folder
Do not ignore dist folder
2 parents 8b0abf1 + 1830dfe commit 02fcb25

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
22
node_modules
3-
dist
3+
44
# local env files
55
.env.local
66
.env.*.local
@@ -21,4 +21,5 @@ pnpm-debug.log*
2121
*.sw?
2222

2323
# Build files
24+
dist
2425
lib

.npmignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
.git/
22
.idea/
3-
dist/
3+
.vscode/
44
examples/
55
node_modules/
6-
src/
76
public/
7+
src/
8+
.editorconfig
89
.eslintignore
910
.gitignore
1011
.npmignore

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.0",
4+
"version": "1.1.1",
55
"author": "LibreCode",
66
"private": false,
77
"main": "lib/vue-pdf-editor.umd.js",

0 commit comments

Comments
 (0)