Skip to content

Commit 9589493

Browse files
committed
try
version up
1 parent 9da9250 commit 9589493

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

typescript/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.

typescript/package.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "covertable",
3-
"version": "2.3.2-alpha.1",
3+
"version": "2.3.2-alpha.2",
44
"description": "A flexible pairwise tool written in TypeScript",
55
"homepage": "https://github.com/walkframe/covertable",
66
"repository": {
@@ -34,6 +34,20 @@
3434
"pict"
3535
],
3636
"main": "dist/index.js",
37+
"exports": {
38+
"./dist/utils/pict": {
39+
"import": "./dist/utils/pict.js",
40+
"types": "./dist/utils/pict.d.ts"
41+
},
42+
"./utils/pict": {
43+
"import": "./dist/utils/pict.js",
44+
"types": "./dist/utils/pict.d.ts"
45+
},
46+
".": {
47+
"import": "./dist/index.js",
48+
"types": "./dist/index.d.ts"
49+
}
50+
},
3751
"scripts": {
3852
"test": "jest",
3953
"build": "$(npm bin)/tsc",
@@ -71,11 +85,5 @@
7185
"dependencies": {
7286
"js-md5": "^0.7.3",
7387
"ts-node": "^10.9.2"
74-
},
75-
"exports": {
76-
"./utils/pict": {
77-
"import": "./dist/utils/pict.js",
78-
"types": "./dist/utils/pict.d.ts"
79-
}
8088
}
8189
}

0 commit comments

Comments
 (0)