Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
SF
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonvs committed Dec 4, 2017
1 parent 6d47f09 commit c76dcdd
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,11 +6,11 @@ var gulp = require('gulp');
var header = require('gulp-header');
var jsdoc = require('gulp-jsdoc3');
var metal = require('gulp-metal');
var pkg = require('./package.json');
var rename = require('gulp-rename');
var template = require('gulp-template');
var runSequence = require('run-sequence');
var stripDebug = require('gulp-strip-debug');
var pkg = require('./package.json');
var template = require('gulp-template');

// Metal -----------------------------------------------------------------------

Expand Down

0 comments on commit c76dcdd

Please sign in to comment.