Skip to content

Commit

Permalink
Changed license to MIT, removed keywords and updated version to weed
Browse files Browse the repository at this point in the history
  • Loading branch information
yetnt committed Jun 14, 2023
1 parent 41df035 commit c393f62
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,7 +13,6 @@
},
"keywords": [
"javascript",
"useless",
"math",
"prime",
"numbers",
Expand All @@ -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"
},
Expand Down

0 comments on commit c393f62

Please sign in to comment.