Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Sep 3, 2021
1 parent b9338d8 commit 88b90d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @kabbouchi/vue-web3 - experimental
# @instadapp/vue-web3

Vue 2/3 wrapper for web3 built on top of [react-web3](https://github.com/NoahZinsmeister/web3-react).

Expand All @@ -8,16 +8,16 @@ Install:

```bash
# npm
npm i @kabbouchi/vue-web3
npm i @instadapp/vue-web3

# yarn
yarn add @kabbouchi/vue-web3
yarn add @instadapp/vue-web3
```

Usage:

```js
import { useWeb3, setWeb3LibraryCallback } from '@kabbouchi/vue-web3'
import { useWeb3, setWeb3LibraryCallback } from '@instadapp/vue-web3'
import { InjectedConnector } from '@web3-react/injected-connector'
import { WalletConnectConnector } from '@web3-react/walletconnect-connector'

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": "@kabbouchi/vue-web3",
"version": "0.2.16",
"name": "@instadapp/vue-web3",
"version": "0.3.0",
"description": "Vue web3 composition api",
"license": "MIT",
"main": "dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Restore all git changes
git restore -s@ -SW -- example src test
git restore -s@ -SW -- src

# Resolve yarn
yarn
Expand Down

0 comments on commit 88b90d5

Please sign in to comment.