Skip to content

Commit

Permalink
moves protractor and react test utils to peerDeps, bumps patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Grinberg committed Jan 10, 2019
1 parent 7810ff4 commit 192c6dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ Checkout [the code](src/test-suite/spec.ts) for more details
- move to github.com/wix


### FAQ
TBD




Expand Down
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unidriver",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -46,19 +46,16 @@
"react": "^15.2.0",
"react-dom": "^15.2.0",
"selenium-webdriver": "^3.6.0",
"typescript": "^2.6.2"
"typescript": "^2.6.2",
"react-test-utils": "0.0.1"
},
"peerDependencies": {
"@types/puppeteer": "^1.11.1",
"selenium-webdriver": "^3.6.0",
"puppeteer": "^1.11.0",
"protractor": "^5.4.1",
"react": "^15.2.0",
"react-test-utils": "0.0.1",
"react-dom": "^15.2.0"
},
"dependencies": {
"protractor": "^5.4.2",
"react-test-utils": "0.0.1"
"react-dom": "^15.2.0",
"protractor": "^5.4.2",
"react-test-utils": "0.0.1"
}
}

1 comment on commit 192c6dd

@ophirg
Copy link
Contributor

@ophirg ophirg commented on 192c6dd Jan 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @GabiGrin!

Please sign in to comment.