Skip to content

Commit

Permalink
set typescript as peerDependence
Browse files Browse the repository at this point in the history
  • Loading branch information
taoqf committed Jan 3, 2019
1 parent e2138dc commit 44ee4be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 34 deletions.
44 changes: 13 additions & 31 deletions package-lock.json

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

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@
"minimatch": "^3.0.0",
"progress": "^2.0.0",
"shelljs": "^0.8.2",
"typedoc-default-themes": "^0.5.0",
"typescript": "3.2.x"
"typedoc-default-themes": "^0.5.0"
},
"peerDependencies": {
"typescript": "*"
},
"devDependencies": {
"@types/mocha": "^5.2.4",
Expand All @@ -64,7 +66,8 @@
"mocha": "^5.2.0",
"mockery": "^2.1.0",
"ts-node": "^7.0.0",
"tslint": "^5.10.0"
"tslint": "^5.10.0",
"typescript": "*"
},
"files": [
"bin",
Expand Down

0 comments on commit 44ee4be

Please sign in to comment.