chore(package): update closure-util to version 1.11.0

- Remove closure-util.json, we're now using the same library version as closure-util
 - Disable analyzerChecks errors from closure-compiler
 - Remove WheelEvent constants from externs (fixed upstream)
 - Activate the unnecessaryCasts compiler check
This commit is contained in:
greenkeeperio-bot
2016-02-22 08:12:37 -07:00
committed by Frederic Junod
parent 4e11a86b4e
commit 7e7d8ac4e2
8 changed files with 9 additions and 27 deletions
+1 -1
View File
@@ -33,8 +33,8 @@
],
"jscomp_off": [
"useOfGoogBase",
"unnecessaryCasts",
"lintChecks",
"analyzerChecks",
"missingProvide",
"unknownDefines"
],
+2 -2
View File
@@ -34,8 +34,8 @@
],
"jscomp_off": [
"useOfGoogBase",
"unnecessaryCasts",
"lintChecks"
"lintChecks",
"analyzerChecks"
],
"extra_annotation_name": [
"api", "observable"
+2 -7
View File
@@ -23,13 +23,8 @@
],
"jscomp_off": [
"useOfGoogBase",
"lintChecks"
],
"hide_warnings_for": [
"node_modules/closure-util"
],
"jscomp_warning": [
"unnecessaryCasts"
"lintChecks",
"analyzerChecks"
],
"extra_annotation_name": [
"api", "observable"