Skip to content

Commit

Permalink
Merge branch 'master' into greenkeeper/typedoc-0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito authored Aug 20, 2018
2 parents 88baa4b + 9c190e0 commit 0c9ac61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript": "^0.8.1",
"run-sequence": "^2.2.0",
"tslib": "^1.6.0",
"tslint": "^5.3.2",
"tslint-microsoft-contrib": "^5.0.0",
"tsutils": "^2.12.1",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"tslint-microsoft-contrib": "^5.2.0",
"tsutils": "^3.0.0",
"typedoc": "^0.12.0",
"typescript": "2.6.1"
"typescript": "^3.0.1"
},
"greenkeeper": {
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"no-parameter-properties": true,
"no-relative-imports": false,
"no-require-imports": false,
"no-shadowed-variable": true,
"no-shadowed-variable": false,
"no-suspicious-comment": true,
"no-typeof-undefined": false,
"no-unnecessary-field-initialization": true,
Expand Down

0 comments on commit 0c9ac61

Please sign in to comment.