Skip to content

Commit

Permalink
chore: add "type" to package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Moshe Atlow <[email protected]>
  • Loading branch information
GeoffreyBooth and MoLow authored Sep 26, 2023
1 parent fb993b8 commit d8567bd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "reporters",
"version": "1.0.2",
"description": "A collection of reporters for `node:test`",
"type": "commonjs",
"main": "index.js",
"private": true,
"scripts": {
Expand Down
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 d8567bd

Please sign in to comment.