From 054e6e79049ebe1e8ae3cf263fd221ed2169fa0e Mon Sep 17 00:00:00 2001 From: Pierre Bertet Date: Mon, 29 Mar 2021 20:51:57 +0100 Subject: [PATCH] 0.4.0 --- package.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ba688ae..3eb716b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -26,7 +31,9 @@ "react": ">=17" }, "eslintConfig": { - "extends": ["./node_modules/rollpkg/configs/eslint"] + "extends": [ + "./node_modules/rollpkg/configs/eslint" + ] }, "jest": { "preset": "rollpkg"