We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb4282 commit e8395fcCopy full SHA for e8395fc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rollup-plugin-typescript2",
3
- "version": "0.4.2",
+ "version": "0.4.3",
4
"description": "Seamless integration between Rollup and TypeScript. Now with errors.",
5
"main": "dist/rollup-plugin-typescript2.cjs.js",
6
"module": "dist/rollup-plugin-typescript2.es.js",
@@ -46,7 +46,7 @@
46
"resolve": "^1.3.3",
47
"rimraf": "^2.6.1",
48
"rollup": "^0.41.6",
49
- "rollup-plugin-typescript2": "^0.4.1",
+ "rollup-plugin-typescript2": "^0.4.2",
50
"rollup-watch": "^3.2.2",
51
"tslib": "^1.7.1",
52
"tslint": "^5.3.2",
0 commit comments