@netflix/x-test
Advanced tools
Comparing version 1.0.0-rc.12 to 1.0.0-rc.13
{ | ||
"name": "@netflix/x-test", | ||
"version": "1.0.0-rc.12", | ||
"version": "1.0.0-rc.13", | ||
"description": "a simple, tap-compliant test runner for the browser", | ||
"main": "x-test.js", | ||
"module": "x-element.js", | ||
"repository": { | ||
@@ -17,4 +18,4 @@ "type": "git", | ||
"start": "element-server", | ||
"lint": "eslint --quiet .", | ||
"lint-strict": "eslint --max-warnings=0 .", | ||
"lint": "eslint --max-warnings=0 .", | ||
"lint-fix": "eslint --fix .", | ||
"test": "node test.js | tap-parser -l" | ||
@@ -32,6 +33,6 @@ }, | ||
"@netflix/element-server": "^1.0.12", | ||
"eslint": "^6.5.1", | ||
"puppeteer": "^1.20.0", | ||
"tap-parser": "^10.0.0" | ||
"eslint": "^7.1.0", | ||
"puppeteer": "^3.3.0", | ||
"tap-parser": "^10.0.1" | ||
} | ||
} |
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
38042