Skip to content

Commit

Permalink
Merge pull request #8 from apibyexample/nick/protractor-peer-dependency
Browse files Browse the repository at this point in the history
Protractor as peerDependency
  • Loading branch information
jonman committed Sep 23, 2014
2 parents 022caca + 53dd0ff commit 463d18a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ from within JS code. In particular we aim to support [Protractor JS](https://git
## Usage

In order to use ``abe-protractor`` you will need to add the setup service stubs,
using Protractor's ``onPrepare`` within your protractor-conf`` file.
using Protractor's ``onPrepare`` within your protractor-conf file.

Example Usage:

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
],
"license": "MIT",
"dependencies": {
"protractor": "~1.0",
"glob": "~4.0.5"
},
"devDependencies": {
Expand All @@ -41,6 +40,9 @@
"load-grunt-tasks": "~0.6.0",
"rewire": "~2.1.0"
},
"peerDependencies": {
"protractor": "1.x"
},
"engines": {
"node": "~0.10.0"
}
Expand Down

0 comments on commit 463d18a

Please sign in to comment.