Skip to content

Commit

Permalink
Merge pull request #26 from arminlinzbauer/issue-25
Browse files Browse the repository at this point in the history
Fix Error Cannot find module 'cssnano'
  • Loading branch information
arminlinzbauer authored Nov 24, 2020
2 parents d9b8ff4 + e013838 commit 1ed15ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ module.exports = function(exports, config) {
const postcss = require('gulp-postcss');
const plumber = require('gulp-plumber');
const autoprefixer = require('autoprefixer');
const cssnano = require('cssnano');
const concat = require('gulp-concat');
const rename = require('gulp-rename');
const uglify = require('gulp-uglify-es').default;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arminlinzbauer/gulpex",
"version": "1.0.2-beta.0",
"version": "1.0.2-beta.1",
"description": "Extensible Gulp Wrapper for Easy Set-up and Project Integration (SASS + JS)",
"keywords": [
"gulp",
Expand Down

0 comments on commit 1ed15ce

Please sign in to comment.