Skip to content

Commit d770e6a

Browse files
committed
correct typings
1 parent 4e18682 commit d770e6a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

typings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
},
66
"globalDependencies": {
77
"bluebird": "registry:dt/bluebird#3.0.0+20160811111256",
8-
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
98
"jquery": "registry:dt/jquery#1.10.0+20160704162008",
109
"lodash": "registry:dt/lodash#4.14.0+20160817155621",
1110
"materialize-css": "registry:dt/materialize-css#0.97.5+20160628040906",

typings_custom/aurelia-protractor.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@ declare module 'protractor' {
1212
// this should eventually be defined externally:
1313
switchTo(): any;
1414
}
15-
16-
interface ProtractorBy {
17-
valueBind(bindTarget: string): Locator;
18-
}
1915
}

0 commit comments

Comments
 (0)