From 0038d284ecd4af8453dda8adf30cb0cfc51d2478 Mon Sep 17 00:00:00 2001 From: Fangzhou Li Date: Sun, 24 Jun 2018 17:09:40 +0800 Subject: [PATCH] v0.0.30 --- .size-limit.js | 2 +- README.md | 4 ++-- docs/partials/getting-started.pug | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.size-limit.js b/.size-limit.js index ad286c36..abdbeb55 100644 --- a/.size-limit.js +++ b/.size-limit.js @@ -1,4 +1,4 @@ module.exports = [ - { path: "dist/vue-treeselect.min.js", limit: "11 KB" }, + { path: "dist/vue-treeselect.min.js", limit: "12 KB" }, { path: "dist/vue-treeselect.min.css", limit: "7 KB" }, ] diff --git a/README.md b/README.md index 64db2ffe..f6fa8d87 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 b2a62e11..fde68841 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 25de8acf..2e46f3c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@riophae/vue-treeselect", - "version": "0.0.29", + "version": "0.0.30", "description": "A multi-select component with nested options for Vue.js", "author": "Riophae Lee ", "license": "MIT",