Don't hardcode the version number in a Node.js test

This commit is contained in:
Oliver Hamlet
2025-05-10 19:35:59 +01:00
parent 43e9443f10
commit efa678bc81
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "libloot-nodejs",
"version": "0.0.0",
"version": "0.26.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libloot-nodejs",
"version": "0.0.0",
"version": "0.26.1",
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.18.4",