Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
chore(export): add "use strict" to export-release
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyGrant committed Jul 12, 2016
1 parent fc6e946 commit 3fdaa61
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
@@ -1,3 +1,5 @@
'use strict';

const gulp = require('gulp');
const runSequence = require('run-sequence');
const del = require('del');
Expand Down
2 changes: 2 additions & 0 deletions skeleton-esnext/build/tasks/export-release.js
@@ -1,3 +1,5 @@
'use strict';

const gulp = require('gulp');
const runSequence = require('run-sequence');
const del = require('del');
Expand Down
@@ -1,3 +1,5 @@
'use strict';

const gulp = require('gulp');
const runSequence = require('run-sequence');
const del = require('del');
Expand Down
2 changes: 2 additions & 0 deletions skeleton-typescript/build/tasks/export-release.js
@@ -1,3 +1,5 @@
'use strict';

const gulp = require('gulp');
const runSequence = require('run-sequence');
const del = require('del');
Expand Down

0 comments on commit 3fdaa61

Please sign in to comment.