Skip to content

Commit afd8cc0

Browse files
author
winjo
committed
chore: add yarn.lock
1 parent 25273fe commit afd8cc0

5 files changed

Lines changed: 12958 additions & 345 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"typescript": "^4.0.5"
5656
},
5757
"tnpm": {
58-
"mode": "yarn"
58+
"mode": "yarn",
59+
"lockfile": "enable"
5960
}
6061
}

scripts/bootstrap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ packages.forEach(async (pkg) => {
4545
},
4646
tnpm: {
4747
mode: 'yarn',
48+
lockfile: 'enable'
4849
},
4950
}
5051
await fsp.writeFile(resolve('package.json'), JSON.stringify(json, null, 2))

typings/global.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
declare module 'md5'

typings/lightning-fs.d.ts

Lines changed: 0 additions & 343 deletions
This file was deleted.

0 commit comments

Comments
 (0)