diff --git a/.size-limit.js b/.size-limit.js
index 7a1a884e..211afb29 100644
--- a/.size-limit.js
+++ b/.size-limit.js
@@ -1,4 +1,4 @@
module.exports = [
- { path: "dist/vue-treeselect.min.js", limit: "18 KB", webpack: false },
+ { path: "dist/vue-treeselect.min.js", limit: "19 KB", webpack: false },
{ path: "dist/vue-treeselect.min.css", limit: "5 KB", webpack: false },
]
diff --git a/README.md b/README.md
index bd2db179..818ce3cc 100644
--- a/README.md
+++ b/README.md
@@ -82,8 +82,8 @@ If you just don't want to use webpack or other bundlers, you can also simply inc
-
-
+
+
diff --git a/docs/partials/getting-started.pug b/docs/partials/getting-started.pug
index 8755c72f..fbf42786 100644
--- a/docs/partials/getting-started.pug
+++ b/docs/partials/getting-started.pug
@@ -64,8 +64,8 @@ section
-
-
+
+
diff --git a/package.json b/package.json
index 864a6643..2705e6b3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@riophae/vue-treeselect",
- "version": "0.0.32",
+ "version": "0.0.33",
"description": "A multi-select component with nested options support for Vue.js",
"author": "Riophae Lee ",
"license": "MIT",
@@ -79,7 +79,7 @@
"karma-jasmine": "^1.1.1",
"karma-jasmine-matchers": "^3.7.0",
"karma-sourcemap-loader": "^0.3.7",
- "karma-spec-reporter": "0.0.32",
+ "karma-spec-reporter": "0.0.33",
"karma-webpack": "^3.0.0",
"less": "^3.0.1",
"less-loader": "^4.0.4",