diff --git a/package.json b/package.json index 3a04c10..4005912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yetnt/ump", - "version": "4.1.2", + "version": "4.2.0", "description": "A very useless math package for your complex javascript projects", "main": "./src/index.js", "types": "./src/index.d.ts", @@ -13,7 +13,6 @@ }, "keywords": [ "javascript", - "useless", "math", "prime", "numbers", @@ -26,11 +25,11 @@ "distance", "area", "volume", - "metric", - "imperial" + "temperature", + "data" ], "author": "YetNT", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/Yetity/ump/issues" },