Skip to content

Commit

Permalink
chore(cleanup): clean up publish and clang formatting (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnishina authored Aug 23, 2016
1 parent fe85c94 commit 752a527
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 7 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
lib/
spec/
typings/
selenium/
spec/

.clang-format
.gitattributes
.github/
.gitignore
.npmignore

.travis.yml
npm-debug.log
release.md
tsconfig.json
6 changes: 2 additions & 4 deletions lib/webdriver.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!/usr/bin/env node

import * as minimist from 'minimist';

import {Cli} from './cli';
import * as clean from './cmds/clean';
import * as start from './cmds/start';
import * as status from './cmds/status';
import * as update from './cmds/update';

import {Cli} from './cli';
import {Config} from './config';

let commandline = new Cli()
Expand Down

0 comments on commit 752a527

Please sign in to comment.