We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2189e3 commit 206c05bCopy full SHA for 206c05b
package.json
@@ -4,7 +4,8 @@
4
"description": "Mock HTTP calls in your protractor specs.",
5
"main": "index.js",
6
"scripts": {
7
- "example": "grunt example"
+ "example": "grunt example",
8
+ "test": "node_modules/.bin/grunt verify"
9
},
10
"author": "Carlos Atencio",
11
"license": "BSD-2-Clause",
@@ -16,16 +17,13 @@
16
17
"grunt-contrib-jshint": "~0.10.0",
18
"grunt-jasmine-node": "~0.2.1",
19
"grunt-protractor-runner": "^1.1.4",
- "protractor": "~1.5.0"
20
+ "protractor": "2.5.1"
21
22
"repository": {
23
"type": "git",
24
"url": "https://github.com/atecarlos/protractor-http-mock"
25
26
"dependencies": {
27
"query-string": "^1.0.0"
- },
28
- "scripts": {
29
- "test": "node_modules/.bin/grunt verify"
30
}
31
0 commit comments