Skip to content

Commit 206c05b

Browse files
author
Bogdan Livadariu
committed
added updated stuff in package.json
1 parent c2189e3 commit 206c05b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Mock HTTP calls in your protractor specs.",
55
"main": "index.js",
66
"scripts": {
7-
"example": "grunt example"
7+
"example": "grunt example",
8+
"test": "node_modules/.bin/grunt verify"
89
},
910
"author": "Carlos Atencio",
1011
"license": "BSD-2-Clause",
@@ -16,16 +17,13 @@
1617
"grunt-contrib-jshint": "~0.10.0",
1718
"grunt-jasmine-node": "~0.2.1",
1819
"grunt-protractor-runner": "^1.1.4",
19-
"protractor": "~1.5.0"
20+
"protractor": "2.5.1"
2021
},
2122
"repository": {
2223
"type": "git",
2324
"url": "https://github.com/atecarlos/protractor-http-mock"
2425
},
2526
"dependencies": {
2627
"query-string": "^1.0.0"
27-
},
28-
"scripts": {
29-
"test": "node_modules/.bin/grunt verify"
3028
}
3129
}

0 commit comments

Comments
 (0)