mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 20:03:03 +03:00
chore: make electron permanently depend on playwright-core@next
This commit is contained in:
parent
3f8dfed67f
commit
54b056bddb
@ -101,4 +101,4 @@ describe('Sanity checks', function () {
|
||||
assert.equal(consoleText, 'click');
|
||||
});
|
||||
});
|
||||
```
|
||||
```
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "playwright-electron",
|
||||
"version": "0.1.2",
|
||||
"version": "0.2.0",
|
||||
"description": "A high-level API to automate Electron",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"homepage": "https://playwright.dev",
|
||||
@ -11,6 +11,6 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"playwright-core": "=1.0.0-next.1589245340205"
|
||||
"playwright-core": "next"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user