Skip to content

Commit

Permalink
Merge pull request kriasoft#148 from koistya/remove-protractor
Browse files Browse the repository at this point in the history
Remove Protractor dependency
  • Loading branch information
vishwanatharondekar authored and Vishwanath Arondekar committed Jun 25, 2015
2 parents 38dfdda + 3eae93e commit 73f3b5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"mkdirp": "^0.5.1",
"postcss": "^4.1.11",
"postcss-loader": "^0.4.4",
"protractor": "^2.1.0",
"psi": "^1.0.6",
"run-sequence": "^1.1.0",
"style-loader": "^0.12.3",
Expand All @@ -72,8 +71,6 @@
"test": "eslint src && jest",
"build": "gulp build",
"serve": "gulp serve",
"sync": "gulp sync",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update"
"sync": "gulp sync"
}
}

0 comments on commit 73f3b5f

Please sign in to comment.