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

Commit b724caf

Browse files
authored
fix(build): remove typescript from dependencies and keep it as peer dependency only
ref #3
1 parent bfec9f0 commit b724caf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"dependencies": {
2626
"@typescript-eslint/experimental-utils": "^2.19.2",
2727
"eslint-plugin-sonarjs": "^0.5.0",
28-
"tslib": "^1.10.0",
29-
"typescript": "^3.7.5"
28+
"tslib": "^1.10.0"
3029
},
3130
"peerDependencies": {
3231
"@typescript-eslint/parser": "^2.19.2",
@@ -53,7 +52,8 @@
5352
"husky": "^4.2.3",
5453
"prettier": "^1.19.1",
5554
"rimraf": "^3.0.2",
56-
"semantic-release": "^17.0.3"
55+
"semantic-release": "^17.0.3",
56+
"typescript": "^3.7.5"
5757
},
5858
"config": {
5959
"commitizen": {

0 commit comments

Comments
 (0)