Skip to content

Commit

Permalink
chore(examples): use the npm default version
Browse files Browse the repository at this point in the history
  • Loading branch information
homura committed Apr 29, 2024
1 parent a2ee43f commit 570900a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions examples/cardano-lock-namiwallet/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"private": true,
"name": "@lumos-examples/cardano-lock-namiwallet",
"version": "0.21.0-next.0",
"description": "",
"description": "1.0.0",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
Expand Down
2 changes: 1 addition & 1 deletion examples/joyid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@lumos-examples/joyid",
"version": "0.21.0-next.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/pw-lock-metamask/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@lumos-examples/pw-lock-metamask",
"version": "0.21.0-next.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/secp256k1-multisig-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@lumos-examples/secp256k1-multisig-transfer",
"version": "0.21.0-next.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/secp256k1-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@lumos-examples/secp256k1-transfer",
"version": "0.21.0-next.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

1 comment on commit 570900a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 New canary release: 0.22.2

npm install @ckb-lumos/[email protected]

Please sign in to comment.