Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 4d647d2

Browse files
committed
chore(release): publish 1.0.0-beta.5
1 parent af56bf3 commit 4d647d2

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

README.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
# Gitart Vue Dialog (Vue 3 Only)
1+
<div style="text-align: center;">
22

3-
Customizable, beautifully animated, lightweight. Typescript support
3+
<img src="docs/src/public/gitart-dialog-logo.svg" width="170" alt="Gitart Vue Dialog logo">
4+
5+
# Gitart Vue Dialog
6+
7+
Vue 3 Dialog/Modal Component + Plugin (optional)
8+
9+
</div>
10+
11+
---
412

513
📘 [Documentation](https://gitart-vue-dialog.netlify.app/)
614

715
🤯 [Examples](https://michaelgitart.github.io/gitart-vue-dialog/)
816

9-
---
17+
Typescript support, customizable, beautifully animated, lightweight
1018

11-
- files <br/>
12-
~ 1.7 KiB - style.css `gitart-vue-dialog/dist/style.css` <br/>
13-
~ 9.2 KiB - index.upd.js (UPD format) `gitart-vue-dialog` <br/>
14-
~ 8.4 KiB - index.es.js (ES format) `gitart-vue-dialog/dist/index.es.js`
19+
~9.2 KiB - index.upd.js `gitart-vue-dialog` <br/>
20+
~8.4 KiB - index.es.js `gitart-vue-dialog/dist/index.es.js` <br/>
21+
~1.7 KiB - style.css `gitart-vue-dialog/dist/style.css` <br/>
1522

1623

1724
## Instalation

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "gitart-vue-dialog",
3-
"version": "0.2.0",
3+
"version": "1.0.0-beta.5",
44
"scripts": {
55
"build": "node ./scripts/build.js",
66
"stylelint": "stylelint **/*.vue",
77
"lint": "yarn stylelint && yarn eslint",
88
"eslint": "eslint"
99
},
1010
"main": "./dist/index.umd.js",
11-
"module": "./dist/index.js",
11+
"module": "./dist/index.es.js",
1212
"exports": {
1313
".": {
14-
"import": "./dist/index.js",
14+
"import": "./dist/index.es.js",
1515
"require": "./dist/index.umd.js"
16-
}
16+
},
17+
"./dist/*": "./dist/*"
1718
},
1819
"types": "dist/index.d.ts",
1920
"keywords": [

0 commit comments

Comments
 (0)