Skip to content

Commit

Permalink
chore(parser): mark TS as optional peer dependency (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis authored and bradzacher committed Dec 11, 2019
1 parent 9f76095 commit 348d2f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/parser/package.json
Expand Up @@ -51,5 +51,10 @@
"@types/glob": "^7.1.1",
"@typescript-eslint/shared-fixtures": "2.11.0",
"glob": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
}

0 comments on commit 348d2f6

Please sign in to comment.