Skip to content

Commit

Permalink
Merge pull request #7 from DiscoNova/wip/keywords
Browse files Browse the repository at this point in the history
Add bunch of relevant keywords
  • Loading branch information
DiscoNova authored Jul 12, 2019
2 parents 6504f33 + 0c363ba commit 1f7ce1b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
"name": "symmetric-round",
"version": "1.0.2",
"description": "A tiny utility function to perform symmetric rounding (a.k.a. \"commercial rounding\") on a number.",
"keywords": [
"commercial",
"currency",
"decimal",
"Integer",
"Math.round()",
"Number",
"price",
"round",
"rounding",
"symmetric"
],
"main": "src/index.js",
"scripts": {
"test": "./node_modules/.bin/eslint */*.js && jest",
Expand Down

0 comments on commit 1f7ce1b

Please sign in to comment.