Skip to content

Commit

Permalink
Upgrade rollup to fix failure to emit declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Nov 4, 2019
1 parent e12631c commit 46c3127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tslib": "1.10.0"
},
"peerDependencies": {
"rollup": ">=1.26.0",
"rollup": ">=1.26.3",
"typescript": ">=2.4.0"
},
"devDependencies": {
Expand All @@ -54,7 +54,7 @@
"lodash": "4.17.15",
"object-hash": "1.3.1",
"rimraf": "3.0.0",
"rollup": "^1.26.0 ",
"rollup": "^1.26.3 ",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-re": "1.0.7",
Expand Down

0 comments on commit 46c3127

Please sign in to comment.