Skip to content

Commit f035ca6

Browse files
author
carinach
committed
🔧 Added "use strict"
1 parent a6d5afe commit f035ca6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gulpfile.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use strict";
2+
13
const gulp = require('gulp')
24
const plumber = require('gulp-plumber')
35
const rename = require('gulp-rename')

0 commit comments

Comments
 (0)