Skip to content

Commit

Permalink
Use pnpm in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas committed Aug 21, 2023
1 parent c200b23 commit 3961bf7
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 197 deletions.
6 changes: 3 additions & 3 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ This example shows how to use `ecies-wasm` with [vite](https://vitejs.dev/).

## Install

`yarn install`
`pnpm install`

## Run dev server

`yarn dev`
`pnpm dev`

## Build and preview

`yarn build && yarn preview`
`pnpm build && pnpm preview`

## Build local wasm package (optional)

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"ecies-wasm": "^0.2.0"
},
"devDependencies": {
"vite": "^4.4.4"
"vite": "^4.4.9"
}
}
324 changes: 324 additions & 0 deletions example/pnpm-lock.yaml

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

Loading

0 comments on commit 3961bf7

Please sign in to comment.