Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
- Use 1.0.0 on demo
  • Loading branch information
pj-0x08 committed Jan 15, 2023
1 parent f4eae73 commit b068e6f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ A simple flip countdown timer component for Vue 2.x

[Demo](https://philipjkim.github.io/vue2-flip-countdown/index.html)

## Notes on v1.0.0+

`1.x.x` versions are based on Webpack 5.x, whereas `0.x.x` versions are based on Webpack 3.x.
If you have any trouble when upgrading to `1.x.x`, please roll back version to `0.x.x`.

## Installation

```
Expand Down
8 changes: 4 additions & 4 deletions demo/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 demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"moment": "^2.29.4",
"vue": "^2.6.6",
"vue2-flip-countdown": "^0.12.1",
"vue2-flip-countdown": "^1.0.0",
"@babel/eslint-parser": "^7.19.1"
},
"devDependencies": {
Expand Down

0 comments on commit b068e6f

Please sign in to comment.