diff --git a/.npmignore b/.npmignore index 9e9638c..9c817fc 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,6 @@ preview.gif README.md example/index_b4.html .gitignore -node_modules/ \ No newline at end of file +node_modules/ +dist/scrollable-tabs.css +dist/scrollable-tabs.js \ No newline at end of file diff --git a/README.md b/README.md index 0575df2..93e6688 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To allow more than one set of tabs, it required to add a new class to wrap the t ### HTML example: ```html -
+
diff --git a/package.json b/package.json index 0b8fa3b..83ba8bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scrolling-tabs-bootstrap-5", - "version": "1.1.0", + "version": "1.1.1", "description": "A simple plugin to create scrollable tabs with Bootstrap 5.", "main": "./dist/scrollable-tabs.js", "repository": {