Skip to content

Commit

Permalink
Fix description and re-added ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
nktnet committed Oct 17, 2023
1 parent 9c24bd6 commit 09a6dac
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 37 deletions.
61 changes: 25 additions & 36 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
"author": "Khiet Tam Nguyen",
"license": "MIT",
"description": "Synchronously import dynamic ECMAScript Modules similar to CommonJS require. Basic wrapper around esm for compatibility with both ES6 and CJS projects in NodeJS",
"description": "Synchronously import dynamic ECMAScript Modules similar to CommonJS require. Basic wrapper around esm for compatibility with both ES6 and CJS projects in NodeJS.",
"devDependencies": {
"@types/esm": "^3.2.0",
"@types/jest": "^29.5.5",
Expand All @@ -51,6 +51,7 @@
"eslint-plugin-jest": "^27.4.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down

0 comments on commit 09a6dac

Please sign in to comment.