Skip to content

Commit

Permalink
Upgraded rollup to 0.50.0 because that version is required by rollup-…
Browse files Browse the repository at this point in the history
…plugin-typescript2
  • Loading branch information
RoryDungan committed Jan 15, 2018
1 parent a32fe61 commit adfa42d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"es6-symbol": "^3.1.0",
"jest": "^21.1.0",
"rimraf": "^2.6.2",
"rollup": "^0.40.1",
"rollup": "^0.50.0",
"rollup-plugin-typescript2": "^0.9.0",
"ts-jest": "^21.0.1",
"ts-node": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declaration": true
},
"include": [
"src/**/*.ts",
"src/**/*.ts"
]
}

0 comments on commit adfa42d

Please sign in to comment.