migrate to yarn (pnp install)

update to v0.15.0
This commit is contained in:
2026-01-02 00:58:36 -05:00
parent bd48ff23cc
commit d8401c2518
6 changed files with 11415 additions and 1447 deletions

View File

@@ -1,17 +1,17 @@
{
"name": "iew-site",
"version": "0.14.2",
"version": "0.15.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "Eric Woodward (https://www.itsericwoodward.com)",
"license": "MIT",
"engines": {
"npm": ">=9",
"node": ">=18"
},
"npm": ">=10",
"node": ">=22"
},
"devDependencies": {
"web-weevr": "git+ssh://git@git.itsericwoodward.com:eric/web-weevr.git"
}
},
"packageManager": "yarn@4.12.0"
}