Skip to content

Commit

Permalink
Bump CDN link versions (v1.0.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim366 committed May 22, 2018
1 parent 761a3de commit d4e53e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ or locally as shown in the example below.
Load script

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].4"></script>
```

or

```html
<script src="https://unpkg.com/[email protected].0/src/vue-details.js"></script>
<script src="https://unpkg.com/[email protected].4/src/vue-details.js"></script>
```

Register component
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-details",
"version": "1.0.3",
"version": "1.0.4",
"description": "Proper support for `<details>` tag in Vue.js including `v-model` attribute",
"main": "dist/vue-details.common.js",
"module": "dist/vue-details.esm.js",
Expand Down

0 comments on commit d4e53e1

Please sign in to comment.