Skip to content

Commit

Permalink
🔧 Add types field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Jan 1, 2023
1 parent 6e4e274 commit e5a2d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gitmojis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"files": [
"src/gitmojis.json"
],
"types": "src/gitmojis.d.ts",
"scripts": {
"lint": "jsonlint ./src/gitmojis.json -V ./src/schema.json",
"publishPackage": "npm publish"
Expand Down

0 comments on commit e5a2d4f

Please sign in to comment.