chore(js): include desc in generated manifest

This commit is contained in:
Erica Marigold 2024-06-19 18:45:12 +05:30
parent 92803d4c75
commit fcf8e33c8f
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -19,7 +19,7 @@ await build({
package: {
name: consts.name,
version: consts.version,
description: "",
description: "A standalone luau runtime",
license: "MPL-2.0",
repository: {
type: "git",