Skip to content

Commit

Permalink
Fix regression with NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerVigario committed May 31, 2023
1 parent c38f0f2 commit d5ff900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n2words",
"version": "1.16.0",
"version": "1.16.1",
"description": "n2words converts a numerical number into a written one, supports 27 languages and has zero dependencies.",
"keywords": [
"n2words",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"files": [
"lib/*",
"build/*"
"dist/*"
],
"scripts": {
"bench": "node bench.js",
Expand Down

0 comments on commit d5ff900

Please sign in to comment.