Skip to content

Commit

Permalink
- package version, fix for peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ezolenko committed Jan 10, 2018
1 parent 7910dca commit 8b609b6
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 59 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -117,11 +117,11 @@ Otherwise the plugin should work in watch mode. Make sure to run a normal build

### Version

This plugin currently requires TypeScript `2.0+`.
This plugin currently requires TypeScript `2.4+`.

### Rollup version

Tested on rollup `0.50.0`.
This plugin currently requires rollup `0.50+`.

### Reporting bugs

Expand Down
135 changes: 82 additions & 53 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-typescript2",
"version": "0.9.1",
"version": "0.10.0",
"description": "Seamless integration between Rollup and TypeScript. Now with errors.",
"main": "dist/rollup-plugin-typescript2.cjs.js",
"module": "dist/rollup-plugin-typescript2.es.js",
Expand Down Expand Up @@ -36,11 +36,11 @@
"rollup-pluginutils": "^2.0.1"
},
"peerDependencies": {
"rollup": "^0.50.0",
"typescript": "^2.0.0"
"rollup": ">=0.50.0",
"typescript": ">=2.4.0"
},
"devDependencies": {
"typescript": "^2.6.2",
"typescript": "2.6.2",
"object-hash": "^1.2.0",
"colors": "^1.1.2",
"graphlib": "^2.1.1",
Expand Down

0 comments on commit 8b609b6

Please sign in to comment.