Skip to content

Commit

Permalink
chore: add node info
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Aug 23, 2024
1 parent 9b97306 commit e5e20b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/package-lock.json

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

4 changes: 4 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.11",
"description": "List and write the `municipalities` of Philippines provinces or regions into JSON files",
"main": "index.js",
"engines": {
"node": "16.14.2",
"npm": "8.5.0"
},
"scripts": {
"start": "npm run list:region",
"list:province": "node src/scripts/by_province.js",
Expand Down

0 comments on commit e5e20b2

Please sign in to comment.