Skip to content

Commit

Permalink
fix(rollup-plugin-lwc-compiler): Fix peer-dependencies (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdartus authored Feb 5, 2018
1 parent bbb75de commit 90fb663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rollup-plugin-lwc-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"rollup-pluginutils": "^2.0.1"
},
"peerDependencies": {
"lwc-compiler": "0.17.10",
"lwc-engine": "0.17.10"
"lwc-compiler": "~0.17.13",
"lwc-engine": "~0.17.13"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 90fb663

Please sign in to comment.