Skip to content

Commit 132aaa2

Browse files
committed
update npmignore
1 parent 126aea5 commit 132aaa2

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.npmignore

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
./.github/
2-
./.vscode/
3-
./.DS_Store
4-
./node_modules/
5-
./src/
6-
./test/
7-
./e2e/
8-
./webpack.config/
9-
./example/
10-
./.editorconfig
11-
./.eslintignore
12-
./.eslintrc.js
13-
./tsconfig.json
1+
/.github/
2+
/.vscode/
3+
/.DS_Store
4+
/node_modules/
5+
/src/
6+
/test/
7+
/e2e/
8+
/webpack.config/
9+
/example/
10+
/.editorconfig
11+
/.eslintignore
12+
/.eslintrc.js
13+
/tsconfig.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "db-viewer-component",
3-
"version": "4.3.10",
3+
"version": "4.3.11",
44
"description": "A web component for showing db schemas",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)