Skip to content

Commit

Permalink
🚀 v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phucbm committed Sep 22, 2022
1 parent a18eb8d commit 9be454e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Easy Tab & Accordion (ETA) v2.0.1
# Easy Tab & Accordion (ETA) v2.0.2

[![release](https://badgen.net/github/release/viivue/easy-tab-accordion/)](https://github.com/viivue/easy-tab-accordion/releases/latest)
[![minified](https://badgen.net/badge/minified/10KB/cyan)](https://www.jsdelivr.com/package/gh/viivue/easy-tab-accordion)
Expand All @@ -23,7 +23,7 @@

```html
<!-- JS (10KB) -->
<script src="https://cdn.jsdelivr.net/gh/viivue/easy-tab-accordion@2.0.1/dist/easy-tab-accordion.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/viivue/easy-tab-accordion@2.0.2/dist/easy-tab-accordion.min.js"></script>
```

## Initialize
Expand Down Expand Up @@ -203,13 +203,13 @@ Start dev server
npm run dev
```

Distribute production files
Distribute production files (set new version in `package.json` first)

```shell
npm run prod
```

Build demo site
Build demo site (for Netlify only)

```shell
npm run build
Expand Down
Loading

0 comments on commit 9be454e

Please sign in to comment.