Skip to content

Commit

Permalink
version(0.0.4): Add Keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Apr 11, 2023
1 parent 5d4549e commit 3d3fe2d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
"license.md",
"readme.md"
],
"keywords": [
"null",
"undefined",
"math",
"nullsafe",
"null-safe",
"nullish",
"optional",
"add",
"subtract",
"divide",
"multiply"
],
"license": "MIT",
"main": "dist/index.js",
"name": "nullish-math",
Expand All @@ -21,5 +34,5 @@
"test": "vitest"
},
"types": "dist/index.d.ts",
"version": "0.0.3"
"version": "0.0.4"
}

0 comments on commit 3d3fe2d

Please sign in to comment.