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"