Skip to content

Commit

Permalink
fix: add main and types keys in package.json (#3953)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei authored Mar 6, 2024
1 parent f5f0ed5 commit 7ddaad4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions @commitlint/config-angular-type-enum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "module",
"version": "19.0.0",
"description": "Shareable commitlint config enforcing the angular commit convention types",
"main": "index.js",
"files": [
"index.js"
],
Expand Down
1 change: 1 addition & 0 deletions @commitlint/config-nx-scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "module",
"version": "19.0.3",
"description": "Shareable commitlint config enforcing nx project names as scopes",
"main": "index.js",
"files": [
"index.js"
],
Expand Down
1 change: 1 addition & 0 deletions @commitlint/config-patternplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "module",
"version": "19.0.3",
"description": "Lint your commits, patternplate-style",
"main": "index.js",
"files": [
"index.js"
],
Expand Down
1 change: 1 addition & 0 deletions @commitlint/config-pnpm-scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "module",
"version": "19.0.0",
"description": "Shareable commitlint config enforcing pnpm workspaces names as scopes",
"main": "index.js",
"files": [
"index.js"
],
Expand Down
1 change: 1 addition & 0 deletions @commitlint/config-rush-scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "module",
"version": "19.0.0",
"description": "Shareable commitlint config enforcing rush package and workspace names as scopes",
"main": "index.js",
"files": [
"index.js"
],
Expand Down
1 change: 1 addition & 0 deletions @commitlint/prompt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "module",
"version": "19.0.3",
"description": "commit prompt using commitlint.config.js",
"main": "cli.js",
"files": [
"cli.js"
],
Expand Down
2 changes: 2 additions & 0 deletions @commitlint/travis-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"type": "module",
"version": "19.0.3",
"description": "Lint all relevant commits for a change or PR on Travis CI",
"main": "lib/cli.js",
"types": "lib/cli.d.ts",
"files": [
"lib/",
"cli.js"
Expand Down

0 comments on commit 7ddaad4

Please sign in to comment.