Skip to content

Commit

Permalink
Update package instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrian committed Oct 5, 2022
1 parent 30623a1 commit 34bfeb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Cloudflare Turnstile is a CAPTCHA alternative from Cloudflare. It uses PAT proto
## Installation & Usage

```bash
yarn add @astrianz/cfturnstile-vue3
yarn add cfturnstile-vue3
# or
npm install @astrianz/cfturnstile-vue3
npm install cfturnstile-vue3
```

```vue
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrianz/cfturnstile-vue3",
"version": "0.0.6",
"name": "cfturnstile-vue3",
"version": "1.0.0",
"main": "./dist/cfturnstile-vue3.umd.js",
"scripts": {
"build": "vue-tsc --declaration --emitDeclarationOnly && vite build",
Expand Down

0 comments on commit 34bfeb7

Please sign in to comment.