Skip to content

Commit

Permalink
Moving config to test directory, closes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Mar 1, 2016
1 parent 67bad59 commit f78363d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { APP_DIR, TEST_DIR, TYPINGS_DIR, TEST_DEST } from './config';
import { APP_DIR, TEST_DIR, TYPINGS_DIR, TEST_DEST } from './test/config';
import { join } from 'path';
import * as runSequence from 'run-sequence';
import * as chalk from 'chalk';
Expand Down
File renamed without changes.

0 comments on commit f78363d

Please sign in to comment.