Skip to content

Commit

Permalink
Add engines configuration on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
imjuni committed Jul 16, 2023
1 parent 846f1af commit c694848
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "url-naong",
"version": "1.1.2",
"description": "url builder library for javascript, typescript",
"engines": {
"node": ">=16"
},
"scripts": {
"test": "jest --colors --verbose",
"coverage": "jest --coverage --color --fail-fast --verbose",
Expand Down

0 comments on commit c694848

Please sign in to comment.