- package version, tslint settings

This commit is contained in:
ezolenko 2017-03-11 14:48:09 -07:00
parent 664788a5ab
commit 54942a6c0e
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "rollup-plugin-typescript2",
"version": "0.2.2",
"version": "0.3.0",
"description": "Seamless integration between Rollup and TypeScript. Now with errors.",
"main": "dist/rollup-plugin-typescript2.cjs.js",
"module": "dist/rollup-plugin-typescript2.es.js",
@ -45,7 +45,7 @@
"@types/resolve": "0.0.4",
"rimraf": "^2.5.4",
"rollup": "^0.41.4",
"rollup-plugin-typescript2": "^0.2.1",
"rollup-plugin-typescript2": "^0.2.2",
"tslint": "^4.5.1",
"typescript": "^2.2.1",
"resolve": "^1.1.7",

View File

@ -4,7 +4,7 @@
],
"rules": {
"forin": false,
"interface-name": [false],
"interface-name": [true],
"no-console": [false],
"indent": [true, "tabs"],
"variable-name":
@ -21,6 +21,6 @@
"curly": false,
"ordered-imports": [],
"only-arrow-functions": [],
"class-name": false
"class-name": true
}
}