Skip to content

Commit 8993061

Browse files
committed
update readme
1 parent 46bdeb8 commit 8993061

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
git-checks=false
2+
publish-branch=main

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Vue Lightbox Advanced Photo Grid component for Vue.js
44
5-
[![npm](https://img.shields.io/badge/npm-2.0.0-blue)](https://www.npmjs.com/package/vue-lightbox-advanced)
5+
[![npm](https://img.shields.io/badge/npm-2.0.1-blue)](https://www.npmjs.com/package/vue-lightbox-advanced)
66
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/LICENSE)
77
[![bit](https://img.shields.io/badge/components-1-yellowgreen)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/src/vue-lightbox-advanced.vue)
88
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/codeeshop-oc/vue-lightbox-advanced/issues?&q=is%3Aissue+is%3Aopen)
@@ -14,7 +14,7 @@ It provides the shuffling images according to given options in docs.
1414
1515
## Version Support
1616

17-
Vue 3 - Current Branch
17+
Vue 3 - Current Branch ( TypeScript + Vite + vitest )
1818

1919
[Vue 2](https://github.com/codeeshop-oc/vue-lightbox-advanced/tree/vue2)
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Vue Lightbox Advanced Photo Grid component for Vue.js",
44
"private": false,
55
"packageManager": "pnpm@7.1.0",
6-
"version": "2.0.0",
6+
"version": "2.0.1",
77
"type": "module",
88
"author": "Code-E-Shop",
99
"license": "MIT",

0 commit comments

Comments
 (0)