Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
no need to have an service file
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 29, 2016
1 parent e35a67b commit 5a7eaee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions index.js
@@ -1,3 +1,4 @@
var SeleniumService = require('./build/service').default
module.exports = new SeleniumService()
// module.exports.launcher = require('./launcher')
/**
* no service required
*/
module.exports = {}
3 changes: 0 additions & 3 deletions lib/service.js

This file was deleted.

0 comments on commit 5a7eaee

Please sign in to comment.