Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 27, 2023
1 parent 9b5e176 commit 9983e16
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 139 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- v1

jobs:
lint:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
# - name: Test
# run: nr test:unit

- uses: codecov/codecov-action@v2
# - uses: codecov/codecov-action@v2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vue-use-spring [![Build Status](https://badgen.net/circleci/github/posva/vue-use-spring/v2)](https://circleci.com/gh/posva/vue-use-spring) [![npm package](https://badgen.net/npm/v/vue-use-spring)](https://www.npmjs.com/package/vue-use-spring) [![coverage](https://badgen.net/codecov/c/github/posva/vue-use-spring/v2)](https://codecov.io/github/posva/vue-use-spring) [![thanks](https://badgen.net/badge/thanks/♥/pink)](https://github.com/posva/thanks)
# vue-use-spring [![NPM version](https://img.shields.io/npm/v/vue-use-spring?color=black&label=)](https://www.npmjs.com/package/vue-use-spring) [![ci status](https://github.com/posva/vue-use-spring/actions/workflows/ci.yml/badge.svg)](https://github.com/posva/vue-use-spring/actions/workflows/ci.yml)

> 💫 Make natural animations with springs!
Expand All @@ -21,7 +21,7 @@ const position = useSpring({ x: 0, y: 0 })
position.x = 100
```

```html
```vue
<p :style="{ transform: `translateX(${position.x}px)` }">I move!</p>
```

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "^2.4.0",
"@vueuse/core": "^8.9.4",
"codecov": "^3.8.3",
"conventional-changelog-cli": "^2.2.2",
"jest": "^27.5.1",
"lint-staged": "^12.5.0",
Expand All @@ -64,7 +63,6 @@
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"size-limit": "^5.0.5",
"ts-jest": "^27.1.5",
"typescript": "^4.8.4",
"vite": "^2.9.15",
Expand Down
159 changes: 26 additions & 133 deletions pnpm-lock.yaml

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

0 comments on commit 9983e16

Please sign in to comment.