Comparing version 2.1.7 to 2.1.8
{ | ||
"name": "jshint", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"homepage": "http://jshint.com/", | ||
@@ -5,0 +5,0 @@ "description": "Static analysis tool for JavaScript", |
@@ -68,3 +68,4 @@ "use strict"; | ||
E049: "A {a} cannot be named '{b}'.", | ||
E050: "Mozilla requires the yield expression to be parenthesized here." | ||
E050: "Mozilla requires the yield expression to be parenthesized here.", | ||
E051: "Regular parameters cannot come after default parameters." | ||
}; | ||
@@ -71,0 +72,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
213163
7319