Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Mar 29, 2021
1 parent 1076f24 commit 054e6e7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
{
"name": "use-nft",
"version": "0.3.0",
"version": "0.4.0",
"author": "spectre.xyz",
"license": "MIT",
"homepage": "https://github.com/spectrexyz/use-nft",
"repository": "github:spectrexyz/use-nft",
"description": "useNft() allows to access the metadata of any NFT (EIP 721, EIP 1155 and more) on the Ethereum blockchain.",
"keywords": ["nft", "ethereum"],
"keywords": [
"nft",
"ethereum"
],
"bugs": "https://github.com/spectrexyz/use-nft/issues",
"main": "dist/use-nft.cjs.js",
"module": "dist/use-nft.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rollpkg build",
"dev": "rollpkg watch",
Expand All @@ -26,7 +31,9 @@
"react": ">=17"
},
"eslintConfig": {
"extends": ["./node_modules/rollpkg/configs/eslint"]
"extends": [
"./node_modules/rollpkg/configs/eslint"
]
},
"jest": {
"preset": "rollpkg"
Expand Down

0 comments on commit 054e6e7

Please sign in to comment.