diff --git a/package.json b/package.json index b66cfad..aa79516 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { "name": "react-native-color-toolkit", - "version": "1.3.0", - "description": "", + "version": "1.3.1", + "description": "A well-tested library written in typescript to with a lot of tools to help mobile developers who care about color.", + "homepage": "https://github.com/juniorklawa/react-native-color-toolkit", + "author": "Everaldo Junior ", "main": "src/index.ts", "scripts": { "test": "jest", @@ -24,8 +26,7 @@ "blending", "mixing" ], - "author": "", - "license": "ISC", + "license": "MIT", "devDependencies": { "@types/jest": "^27.4.1", "jest": "^27.5.1",