Skip to content

Commit

Permalink
Merge pull request #5 from ai/patch-1
Browse files Browse the repository at this point in the history
Mark typescript dependency as optional
  • Loading branch information
Alberto Martínez authored Sep 27, 2020
2 parents b1173bf + 5b33de5 commit a9a94f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,12 @@
"eslint": ">=7.2.0",
"typescript": ">=3.8.0"
},
{
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"license": "MIT"
}

0 comments on commit a9a94f7

Please sign in to comment.