mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- setting types in package and updating dependencies
This commit is contained in:
parent
e8395fc4cd
commit
1945449627
@ -5,6 +5,7 @@
|
||||
"main": "dist/rollup-plugin-typescript2.cjs.js",
|
||||
"module": "dist/rollup-plugin-typescript2.es.js",
|
||||
"jsnext:main": "dist/rollup-plugin-typescript2.es.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"src"
|
||||
@ -49,8 +50,8 @@
|
||||
"rollup-plugin-typescript2": "^0.4.2",
|
||||
"rollup-watch": "^3.2.2",
|
||||
"tslib": "^1.7.1",
|
||||
"tslint": "^5.3.2",
|
||||
"typescript": "^2.3.3"
|
||||
"tslint": "^5.4.0",
|
||||
"typescript": "^2.3.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user