We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126aea5 commit 132aaa2Copy full SHA for 132aaa2
.npmignore
@@ -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
+/.github/
+/.vscode/
+/.DS_Store
+/node_modules/
+/src/
+/test/
+/e2e/
+/webpack.config/
+/example/
+/.editorconfig
+/.eslintignore
+/.eslintrc.js
+/tsconfig.json
package.json
@@ -1,6 +1,6 @@
{
"name": "db-viewer-component",
- "version": "4.3.10",
+ "version": "4.3.11",
"description": "A web component for showing db schemas",
"repository": {
"type": "git",
0 commit comments