chore: Declare Node.js version compatibility

This commit is contained in:
Mariusz Nowak
2024-05-23 21:53:35 +02:00
parent 0e1f065621
commit 1a6989ff79

View File

@@ -53,5 +53,8 @@
"lint": "eslint --ignore-path=.gitignore .",
"test": "tad"
},
"engines": {
"node": ">=.0.12"
},
"license": "ISC"
}