Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfie1d committed Aug 29, 2017
1 parent dfbcbe9 commit 6baf815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ var gulp = require('gulp'),
tag_version = require('gulp-tag-version'),
tslint = require('gulp-tslint'),
typings = require('gulp-typings'),
shell = require('gulp-shell');
exec = require('child_process').exec;
shell = require('gulp-shell'),
exec = require('child_process').exec;

var paths = {
src_ts: 'src/**/*.ts',
Expand Down

0 comments on commit 6baf815

Please sign in to comment.