Skip to content

Commit

Permalink
Bump package-lock and switch to nodenext for typings generation (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerVigario authored Feb 10, 2024
1 parent 0ec8d63 commit 5092172
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 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
Expand Up @@ -65,7 +65,7 @@
"scripts": {
"bench": "node bench.js",
"build": "webpack --config webpack.config.js --progress",
"build:types": "npx -p typescript tsc lib/n2words.js dist/n2words.js --target es6 --module esnext --allowJs --declaration --emitDeclarationOnly",
"build:types": "npx -p typescript tsc lib/n2words.js dist/n2words.js --target es6 --module nodenext --allowJs --declaration --emitDeclarationOnly",
"coverage": "c8 ava",
"lint": "eslint --config .eslintrc.json lib/ test/ examples/ bench.js",
"test": "ava --verbose",
Expand Down Expand Up @@ -103,7 +103,7 @@
"eslint": "^8.56.0",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-jsdoc": "^48.0.6",
"eslint-plugin-node": "^11.1.0",
"microtime": "^3.1.1",
"selenium-webdriver": "^4.17.0",
Expand Down

0 comments on commit 5092172

Please sign in to comment.