playwright-core
Advanced tools
Comparing version 0.11.1-next.1582936853652 to 0.11.1-next.1582941129123
{ | ||
"name": "playwright-core", | ||
"version": "0.11.1-next.1582936853652", | ||
"version": "0.11.1-next.1582941129123", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -25,3 +25,3 @@ "repository": "github:Microsoft/playwright", | ||
"test": "npm run lint --silent && npm run ccoverage && npm run fcoverage && npm run wcoverage && npm run test-doclint && node utils/testrunner/test/test.js", | ||
"prepare": "node prepare.js", | ||
"prepare": "node install-from-github.js", | ||
"lint": "([ \"$CI\" = true ] && eslint --quiet -f codeframe --ext js,ts ./src || eslint --ext js,ts ./src) && npm run tsc && npm run doc", | ||
@@ -28,0 +28,0 @@ "doc": "node utils/doclint/cli.js", |
2420976