Skip to content

Commit

Permalink
qualify module in stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Oct 29, 2023
1 parent a8a59cc commit 2d7fe8a
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 @@ -11,7 +11,7 @@ var pkg = require('./package.json'),
ghpages = require('gh-pages'),
gulp = require('gulp'),
log = require('fancy-log'),
path = require('path'),
path = require('node:path'),
plumber = require('gulp-plumber'), // plumber prevents pipe breaking caused by errors thrown by plugins
pug = require('gulp-pug'),
rename = require('gulp-rename'),
Expand Down

0 comments on commit 2d7fe8a

Please sign in to comment.