1
0
mirror of https://github.com/sasjs/core.git synced 2026-06-08 12:00:21 +00:00

fix: adding maintainers attribute to package json (not a real fix, just triggering a build)

This commit is contained in:
4gl
2026-05-01 15:38:13 +01:00
parent 15e3a560b0
commit 98bd198dfc
+5 -2
View File
@@ -31,5 +31,8 @@
"test": "npx @sasjs/cli test -t server",
"lint": "npx @sasjs/cli lint",
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
}
}
},
"maintainers": [
"https://sasapps.io"
]
}