Skip to content

Commit

Permalink
chore: version package
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jul 4, 2023
1 parent 8f4a573 commit 4ce3665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md

This file was deleted.

21 changes: 4 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mipd",
"description": "TypeScript Utilities for EIP-6963",
"version": "0.1.0",
"version": "0.0.5",
"license": "MIT",
"repository": "wagmi-dev/mipd",
"scripts": {
Expand Down Expand Up @@ -56,9 +56,7 @@
},
"typesVersions": {
"*": {
"window": [
"./src/window.d.ts"
]
"window": ["./src/window.d.ts"]
}
},
"peerDependencies": {
Expand Down Expand Up @@ -90,25 +88,14 @@
"vite": "^4.3.9",
"vitest": "^0.32.2"
},
"contributors": [
"jxom.eth <j@wagmi.sh>",
"awkweb.eth <t@wagmi.sh>"
],
"contributors": ["jxom.eth <j@wagmi.sh>", "awkweb.eth <t@wagmi.sh>"],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wagmi-dev"
}
],
"keywords": [
"eth",
"ethereum",
"dapps",
"wallet",
"web3",
"eip",
"6963"
],
"keywords": ["eth", "ethereum", "dapps", "wallet", "web3", "eip", "6963"],
"simple-git-hooks": {
"pre-commit": "pnpm format && pnpm lint:fix"
},
Expand Down

0 comments on commit 4ce3665

Please sign in to comment.