msnp-wiki/package.json
yellows111 bdd28d778a
[0.1.1] corrections, added UUX, UBX
alright i'll say that's pretty good. Testing the new versioning system. Each update to the wiki now has it's own patch version bump, for tracking.

also i probably should of actually looked at what P11 does for UUX before writing that...
2024-10-28 12:20:47 +00:00

13 lines
353 B
JSON

{
"name": "yellows-msnp-wiki",
"version": "0.1.1",
"description": "The yellows111 MSNP wiki that aims for accuracy.",
"author": "yellows111",
"license": "GFDL-1.3-or-later",
"dependencies": {
"yiki": "git+https://git.kevinthe.horse/yellows111/yiki.git#semver:*"
},
"scripts": {
"build": "node ./node_modules/yiki/ymake.js"
}
}