Skip to content

Commit

Permalink
1.0.3 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
cola119 committed Nov 11, 2022
1 parent 0e1c65f commit e6d785f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ console.log(profile);

## CDN

https://unpkg.com/@line/liff-mock@1.0.2/dist/umd/liff-mock.js
https://unpkg.com/@line/liff-mock@1.0.3/dist/umd/liff-mock.js

```html
<!-- in <head> tag -->
<script src="https://unpkg.com/@line/liff-mock@1.0.2/dist/umd/liff-mock.js"></script>
<script src="https://unpkg.com/@line/liff-mock@1.0.3/dist/umd/liff-mock.js"></script>
```

```js
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@line/liff-mock",
"version": "1.0.2",
"version": "1.0.3",
"description": "Make testing your LIFF app easy",
"main": "dist/index.js",
"unpkg": "dist/umd/liff-mock.js",
Expand Down

0 comments on commit e6d785f

Please sign in to comment.