Skip to content

Commit

Permalink
chore: add type to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow committed Sep 26, 2023
1 parent bc294cb commit ba2a1a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/bail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@reporters/bail",
"version": "1.1.2",
"description": "A Bail library for `node:test`",
"type": "commonjs",
"keywords": [
"node:test",
"test",
Expand Down
1 change: 1 addition & 0 deletions packages/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@reporters/github",
"version": "1.5.2",
"description": "A github actions reporter for `node:test`",
"type": "commonjs",
"keywords": [
"github actions",
"node:test",
Expand Down
1 change: 1 addition & 0 deletions packages/junit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@reporters/junit",
"version": "1.2.4",
"description": "A jUnit reporter for `node:test`",
"type": "commonjs",
"keywords": [
"junit",
"node:test",
Expand Down
1 change: 1 addition & 0 deletions packages/silent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@reporters/silent",
"version": "1.2.3",
"description": "A silent reporter for `node:test`",
"type": "commonjs",
"keywords": [
"node:test",
"test",
Expand Down
1 change: 1 addition & 0 deletions packages/testwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@reporters/testwatch",
"version": "1.4.1",
"description": "An interactive repl for `node:test`",
"type": "commonjs",
"keywords": [
"node:test",
"test",
Expand Down

0 comments on commit ba2a1a7

Please sign in to comment.