Hey @fool,
I wasn’t aware of that, but that’s not the case here.
I don’t have anything coded regarding this module.
You can check more details here in my repo: GitHub - podrivo/movimentoux at admin-test
Here’s my package.json:
{
"name": "movimentoux",
"version": "1.0.0",
"description": "Movimento UX é um podcast de entrevistas sobre o universo de Experiência do Usuário.",
"main": "gulpfile.js",
"repository": "https://github.com/podrivo/movimentoux.git",
"author": "Pedro Ivo Hudson <hello@podrivo.com> (http://podrivo.com)",
"license": "MIT",
"scripts": {
"start": "gulp default",
"build": "gulp build"
},
"dependencies": {
"autoprefixer": "^9.6.5",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-embed-svg": "^1.1.5",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^6.1.1",
"gulp-merge-media-queries": "^0.2.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sitemap": "^7.6.0",
"gulp-uglify": "^3.0.2",
"gulp4-run-sequence": "^1.0.0",
"imagemin-mozjpeg": "^8.0.0",
"jstransformer-markdown-it": "^2.1.0",
"markdown-it-attrs": "^3.0.1"
},
"browserslist": [
"last 2 version"
]
}
Any suggestions?
Thanks.