File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ fileSystem.writeFileSync(
17
17
{
18
18
"name" : "@ts-morph/bootstrap" ,
19
19
"version" : packageJson . version ,
20
+ "license" : "MIT" ,
20
21
"exports" : "./mod.ts" ,
21
22
"imports" : {
22
23
"@ts-morph/common" : `jsr:@ts-morph/common@^${ commonPackageJson . version } ` ,
@@ -30,7 +31,7 @@ fileSystem.writeFileSync(
30
31
`${ destPath } /../deno.json` ,
31
32
JSON . stringify (
32
33
{
33
- "workspaces " : [
34
+ "workspace " : [
34
35
"./bootstrap" ,
35
36
"./common" ,
36
37
"./ts-morph" ,
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ fileSystem.writeFileSync(
62
62
{
63
63
"name" : "@ts-morph/common" ,
64
64
"version" : packageJson . version ,
65
+ "license" : "MIT" ,
65
66
"exports" : "./mod.ts" ,
66
67
"imports" : {
67
68
"@std/fs" : "jsr:@std/fs@^0.229.3" ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ fileSystem.writeFileSync(
17
17
{
18
18
"name" : "@ts-morph/ts-morph" ,
19
19
"version" : packageJson . version ,
20
+ "license" : "MIT" ,
20
21
"exports" : "./mod.ts" ,
21
22
"imports" : {
22
23
"@ts-morph/common" : `jsr:@ts-morph/common@^${ commonPackageJson . version } ` ,
@@ -31,7 +32,7 @@ fileSystem.writeFileSync(
31
32
`${ destPath } /../deno.json` ,
32
33
JSON . stringify (
33
34
{
34
- "workspaces " : [
35
+ "workspace " : [
35
36
"./bootstrap" ,
36
37
"./common" ,
37
38
"./ts-morph" ,
You can’t perform that action at this time.
0 commit comments