Skip to content

Commit

Permalink
add node version req
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg committed Feb 9, 2024
1 parent 5a2bfcc commit a78a2db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"type": "git",
"url": "http://github.com/smhg/gettext-parser.git"
},
"engines": {
"node": ">=18"
},
"scripts": {
"lint": "eslint lib/*.js test/*.js index.js",
"test-generate-mo": "msgfmt test/fixtures/latin13.po -o test/fixtures/latin13.mo & msgfmt test/fixtures/utf8.po -o test/fixtures/utf8.mo & msgfmt test/fixtures/obsolete.po -o test/fixtures/obsolete.mo",
Expand Down

0 comments on commit a78a2db

Please sign in to comment.