Skip to content

Commit

Permalink
fix: Explicitly declare path to TS types
Browse files Browse the repository at this point in the history
This lets npmjs.com know that the project has types,
and shows a helpful TypeScript icon.
  • Loading branch information
franky47 committed Dec 22, 2020
1 parent 65dba0c commit b86d1e2
Showing 1 changed file with 1 addition 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": "@47ng/check-env",
"version": "0.0.0-semantically-released",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Check that the critical environment variables are set",
"license": "MIT",
"author": {
Expand Down

0 comments on commit b86d1e2

Please sign in to comment.