Skip to content

Commit

Permalink
chore: lock selenium-webdriver and remove types from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed Sep 22, 2016
1 parent 0ea0807 commit c668fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/jasmine": "^2.2.29",
"@types/node": "^6.0.38",
"@types/protractor": "^1.5.16",
"@types/selenium-webdriver": "^2.44.26",
"@types/selenium-webdriver": "2.44.26",
"angular2-template-loader": "^0.4.0",
"autoprefixer": "^6.3.2",
"awesome-typescript-loader": "^2.2.4",
Expand Down
9 changes: 1 addition & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"noEmitHelpers": true,
"types": [
"core-js",
"jasmine",
"node",
"protractor",
"selenium-webdriver"
]
"noEmitHelpers": true
},
"compileOnSave": false,
"buildOnSave": false,
Expand Down

0 comments on commit c668fc3

Please sign in to comment.