Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Feb 13, 2020
1 parent 1c920c2 commit 49e7631
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.3](https://github.com/hugomrdias/playwright-test/compare/v0.0.2...v0.0.3) (2020-02-13)


### Bug Fixes

* move playwright-core to deps ([1c920c2](https://github.com/hugomrdias/playwright-test/commit/1c920c2a439125dffb6c238b9808eebce58243e2))



## [0.0.2](https://github.com/hugomrdias/playwright-test/compare/v0.0.1...v0.0.2) (2020-02-13)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-test",
"version": "0.0.2",
"version": "0.0.3",
"description": "Run mocha or tape unit tests with playwright.",
"repository": "hugomrdias/playwright-test",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
Expand Down Expand Up @@ -40,11 +40,11 @@
"meow": "^6.0.0",
"merge-options": "^2.0.0",
"ora": "^4.0.3",
"playwright-core": "^0.10.0",
"polka": "^0.5.2",
"resolve-cwd": "^3.0.0",
"sirv": "^0.4.2",
"tempy": "^0.4.0",
"playwright-core": "^0.10.0",
"webpack": "^4.41.5"
},
"devDependencies": {
Expand Down

0 comments on commit 49e7631

Please sign in to comment.