Skip to content

Commit

Permalink
deps(selenium-webdriver): upgrade to 3.0.0-beta-3 (angular#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnishina authored Oct 27, 2016
1 parent 4408ae4 commit 8870365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
spec/asyncAwaitSpec.js
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"jasmine": "2.4.1",
"jshint": "2.5.0",
"selenium-webdriver": "2.53.3",
"selenium-webdriver": "^3.0.0-beta-3",
"typescript": "^2.0.0"
},
"repository": {
Expand All @@ -23,7 +23,9 @@
},
"main": "index.js",
"scripts": {
"pretest": "node_modules/.bin/jshint index.js spec --exclude spec/asyncAwaitSpec.js; tsc -t ES2015 spec/asyncAwaitSpec.ts",
"jshint": "jshint index.js spec",
"tsc": "tsc -t ES2015 spec/asyncAwaitSpec.ts",
"pretest": "npm run jshint && npm run tsc",
"test": "scripts/test.sh"
},
"license": "MIT",
Expand Down

0 comments on commit 8870365

Please sign in to comment.