@aryth/util-bound
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "@aryth/util-bound", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "A math util library", | ||
@@ -16,6 +16,2 @@ "type": "module", | ||
}, | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/rank.test.js" | ||
}, | ||
"dependencies": { | ||
@@ -46,3 +42,7 @@ "@typen/enum-check-levels": "^0.2.0", | ||
"homepage": "https://github.com/hoyeungw/aryth#readme", | ||
"gitHead": "2b35c933a0f21cc95d6093a9ee9a75c3007abafd" | ||
} | ||
"gitHead": "2b35c933a0f21cc95d6093a9ee9a75c3007abafd", | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/rank.test.js" | ||
} | ||
} |
4724