Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfie1d committed Aug 29, 2017
1 parent f50f567 commit 5d94e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var gulp = require('gulp'),
tslint = require('gulp-tslint'),
typings = require('gulp-typings'),
shell = require('gulp-shell');
exec = require('child_process').exec;
exec = require('child_process').exec;

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

0 comments on commit 5d94e68

Please sign in to comment.