Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
fix(build): remove typescript from dependencies and keep it as peer d…
Browse files Browse the repository at this point in the history
…ependency only

ref #3
  • Loading branch information
xiaoxiangmoe authored May 4, 2020
1 parent bfec9f0 commit b724caf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"dependencies": {
"@typescript-eslint/experimental-utils": "^2.19.2",
"eslint-plugin-sonarjs": "^0.5.0",
"tslib": "^1.10.0",
"typescript": "^3.7.5"
"tslib": "^1.10.0"
},
"peerDependencies": {
"@typescript-eslint/parser": "^2.19.2",
Expand All @@ -53,7 +52,8 @@
"husky": "^4.2.3",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.3"
"semantic-release": "^17.0.3",
"typescript": "^3.7.5"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit b724caf

Please sign in to comment.