Skip to content

Commit

Permalink
Merge pull request #841 from arcanis/patch-1
Browse files Browse the repository at this point in the history
Lists typescript as a peer dependency
  • Loading branch information
johnnyreilly committed Sep 25, 2018
2 parents fa844af + 732e86b commit 9de3df4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.2.1

* [feat: Lists typescript as a peer dependency](https://github.com/TypeStrong/ts-loader/pull/841) - thanks @arcanis!

## 5.2.0

* [feat: Initial support for project references - `projectReferences`](https://github.com/TypeStrong/ts-loader/pull/817) - thanks @andrewbranch!
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
"version": "5.2.0",
"version": "5.2.1",
"description": "TypeScript loader for webpack",
"main": "index.js",
"types": "dist/types/index.d.ts",
Expand Down Expand Up @@ -84,5 +84,8 @@
"typescript": "^3.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.1.2"
},
"peerDependencies": {
"typescript": "*"
}
}

0 comments on commit 9de3df4

Please sign in to comment.