Skip to content

Commit 67d4717

Browse files
committed
Merge branch 'main' into public
2 parents 7493f5c + 3ee7e72 commit 67d4717

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "@seamapi/makenew-tsmodule",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Package skeleton for a TypeScript module.",
55
"type": "module",
66
"main": "index.js",
77
"types": "index.d.ts",
88
"exports": {
9-
"import": "./index.js",
10-
"types": "index.d.ts"
9+
".": {
10+
"import": "./index.js",
11+
"types": "./index.d.ts"
12+
}
1113
},
1214
"module": "index.js",
1315
"sideEffects": false,

0 commit comments

Comments
 (0)