diff --git a/package.json b/package.json index b9e2d5d..7e3dfc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "erc721l", - "version": "0.0.3", + "version": "0.0.4", "description": "ERC721L allows you to create experiences where people can earn a erc721l and link it to their favourite nft of your project increasing the percieved value of it and giving a onchain reputation linked to that token.", "main": "index.js", "scripts": { @@ -18,14 +18,16 @@ "contracts", "solidity", "erc721", - "nft" + "nft", + "ethereum", + "smart" ], "author": { "name": "RacksLabs", "email": "racksmafiacrypto@gmail.com", "url": "https://www.rackslabs.com" }, - "license": "ISC", + "license": "MIT", "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^2.0.0", "dotenv": "^16.0.3", @@ -38,5 +40,6 @@ "repository": { "type": "git", "url": "https://github.com/Racks-Labs/ERC721-Linkable" - } + }, + "homepage": "https://www.e7l.rackslabs.com/" }