Skip to content

Commit 493b971

Browse files
author
Federico Builes
authored
Merge branch 'main' into update-npm-deps
2 parents e49b799 + 5361b68 commit 493b971

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

src/index.ts

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
import { BuildTarget, Manifest } from './manifest.js'
2-
import { PackageCache } from './package-cache.js'
3-
import { Package } from './package.js'
4-
import { Snapshot, submitSnapshot } from './snapshot.js'
5-
6-
export {
7-
BuildTarget,
8-
Manifest,
9-
PackageCache,
10-
Package,
11-
Snapshot,
12-
submitSnapshot
13-
}
1+
export * from './manifest.js'
2+
export * from './package-cache.js'
3+
export * from './package.js'
4+
export * from './snapshot.js'

0 commit comments

Comments
 (0)