diff --git a/{{cookiecutter.project_slug}}/gulpfile.mjs b/{{cookiecutter.project_slug}}/gulpfile.mjs index 70d4e5e2f2..76c24a6466 100644 --- a/{{cookiecutter.project_slug}}/gulpfile.mjs +++ b/{{cookiecutter.project_slug}}/gulpfile.mjs @@ -4,7 +4,7 @@ // Gulp and package import { src, dest, parallel, series, task, watch } from 'gulp'; -import pjson from './package.json' with {type: 'json'}; +import pjson from './package.json' assert { type: 'json' }; // Plugins import autoprefixer from 'autoprefixer';