Skip to content

Commit

Permalink
chore(parser): add types field to package.json (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored and bradzacher committed Aug 23, 2019
1 parent 29fddfd commit 92e2b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/parser/package.json
Expand Up @@ -3,6 +3,7 @@
"version": "2.0.0",
"description": "An ESLint custom parser which leverages TypeScript ESTree",
"main": "dist/parser.js",
"types": "dist/parser.d.ts",
"files": [
"dist",
"README.md",
Expand Down

0 comments on commit 92e2b31

Please sign in to comment.