dalekjs / dalek

[unmaintained] DalekJS Base framework
MIT License
695 stars 63 forks source link

Typo in one of the dependencies within node_modules #114

Closed pruhstal closed 9 years ago

pruhstal commented 10 years ago

On canary, there is a typo within:

node_modules/dalekjs-canary/node_modules/dalek-driver-native-canary/index.js

Specifically:

WD = require('dalek-internal-webdriver-canary-canary');

It should just be:

WD = require('dalek-internal-webdriver-canary');

asciidisco commented 10 years ago

Yep, this happens through some failure in the canary build script that adds this, I will take care as soon as I can.

asciidisco commented 9 years ago

Canary builds aren't supported anymore, because they were a maintenance nightmare.