mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
Part of https://github.com/element-hq/element-call/issues/2994 This PR: - Publishes embedded builds as Tarball, NPM, AAR, SwiftPM for releases - Publishes full builds as Tarball for releases - Adds comments to release notes with the built artifact locations
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"name": "@element-hq/element-call-embedded",
|
|
"version": "0.0.0",
|
|
"files": [
|
|
"README.md",
|
|
"LICENSE-AGPL-3.0",
|
|
"LICENSE-COMMERCIAL",
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/element-hq/element-call.git"
|
|
}
|
|
}
|