Skip to content

Commit

Permalink
feat(core): migrate everything to ESM-only
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Apr 26, 2024
1 parent e82e319 commit 6e2b10b
Show file tree
Hide file tree
Showing 8 changed files with 202 additions and 148 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "6.0.0",
"private": true,
"description": "Publish code coverage to Code Climate",
"type": "module",
"main": "lib/main.js",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -35,14 +36,17 @@
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"@actions/glob": "0.4.0",
"hook-std": "2.0.0",
"node-fetch": "2.7.0",
"hook-std": "3.0.0",
"node-fetch": "3.3.2",
"openpgp": "5.11.1"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@openpgp/web-stream-tools": "0.1.1",
"@tapjs/core": "1.5.2",
"@tapjs/test": "1.4.2",
"@tsconfig/node20": "20.1.4",
"@tsconfig/strictest": "2.0.5",
"@types/node": "20.12.7",
"@types/node-fetch": "2.6.11",
"@types/sinon": "17.0.3",
Expand All @@ -51,7 +55,8 @@
"nock": "13.5.4",
"sinon": "17.0.1",
"tap": "18.7.2",
"to-readable-stream": "2.1.0",
"to-readable-stream": "4.0.0",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"which": "4.0.0"
}
Expand Down
Loading

0 comments on commit 6e2b10b

Please sign in to comment.