Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
version up
  • Loading branch information
righ committed Aug 7, 2024
1 parent 9da9250 commit 9589493
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
4 changes: 2 additions & 2 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 15 additions & 7 deletions typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covertable",
"version": "2.3.2-alpha.1",
"version": "2.3.2-alpha.2",
"description": "A flexible pairwise tool written in TypeScript",
"homepage": "https://github.com/walkframe/covertable",
"repository": {
Expand Down Expand Up @@ -34,6 +34,20 @@
"pict"
],
"main": "dist/index.js",
"exports": {
"./dist/utils/pict": {
"import": "./dist/utils/pict.js",
"types": "./dist/utils/pict.d.ts"
},
"./utils/pict": {
"import": "./dist/utils/pict.js",
"types": "./dist/utils/pict.d.ts"
},
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"test": "jest",
"build": "$(npm bin)/tsc",
Expand Down Expand Up @@ -71,11 +85,5 @@
"dependencies": {
"js-md5": "^0.7.3",
"ts-node": "^10.9.2"
},
"exports": {
"./utils/pict": {
"import": "./dist/utils/pict.js",
"types": "./dist/utils/pict.d.ts"
}
}
}

0 comments on commit 9589493

Please sign in to comment.