Skip to content

Commit d65f384

Browse files
jens-oxvimtor
andauthored
Add license info to packages (#6423)
* add license info to packages * update repository URL in package.json * update license and repository fields in release.ts --------- Co-authored-by: Victor Navarro <vn4varro@gmail.com>
1 parent f0da28c commit d65f384

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sdk/js/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
"main": "./dist/index.js",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/sst/sst.git"
10+
"url": "git+https://github.com/anomalyco/sst.git"
1111
},
12+
"license": "MIT",
1213
"exports": {
1314
".": "./dist/index.js",
1415
"./auth": "./dist/auth/index.js",

sdk/js/scripts/release.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ for (const artifact of artifacts) {
4949
{
5050
name,
5151
version: nextPkg.version,
52+
license: nextPkg.license,
53+
repository: nextPkg.repository,
5254
os: [os],
5355
cpu: [cpu],
5456
},

0 commit comments

Comments
 (0)