Skip to content

Commit def353a

Browse files
getneilmxcl
andauthored
enable individually importing semver (#9)
Co-authored-by: Max Howell <mxcl@me.com>
1 parent 4e28898 commit def353a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/deno-to-node.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ await build({
6161
"is-what": "^4",
6262
"outdent": "^0.8",
6363
},
64+
exports: {
65+
"./src/src/utils/semver": {
66+
import: "./src/src/utils/semver.ts"
67+
}
68+
}
6469
},
6570
postBuild() {
6671
Deno.copyFileSync("LICENSE.txt", "dist/LICENSE.txt");

0 commit comments

Comments
 (0)