chore(release): cleanup root, move data to data/ dir, and prep v4.0.0

This commit is contained in:
sck_0
2026-01-28 17:38:45 +01:00
parent 435b62cf6a
commit 76e0dffad7
7 changed files with 1 additions and 0 deletions

27
package-lock.json generated
View File

@@ -1,27 +0,0 @@
{
"name": "antigravity-awesome-skills",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"yaml": "^2.8.2"
}
},
"node_modules/yaml": {
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
}
}
}