Skip to content

Commit

Permalink
🐛 FIX: Remove un-used import
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Jan 10, 2021
1 parent 08f1592 commit ab3e75f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**v0.2.9-25**
- 🐛 FIX: Remove un-used import.

**v0.2.9-24**
- 📦 NEW: Replace Tailwind with [Cherry Design System](https://cherry.design).

Expand Down
4 changes: 1 addition & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const plumber = require('gulp-plumber');
const postcss = require('gulp-postcss');
const postCSSMixins = require('postcss-mixins');
const postcssPresetEnv = require('postcss-preset-env');
const tailwindcss = require('tailwindcss');
const sourcemaps = require('gulp-sourcemaps');
const uglify = require('gulp-uglify');
const zip = require('gulp-vinyl-zip');
Expand Down Expand Up @@ -50,7 +49,6 @@ const pluginsListDev = [

const pluginsListProd = [
partialimport,
postCSSMixins,
postcssPresetEnv({
stage: 0,
features: {
Expand All @@ -59,7 +57,7 @@ const pluginsListProd = [
'custom-media': true,
},
}),
tailwindcss,
postCSSMixins,
require('cssnano')({
preset: [
'default',
Expand Down
2 changes: 1 addition & 1 deletion installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.2.9-24",
"version": "0.2.9-25",
"description": "A build system designed to automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpressify",
"version": "0.2.9-24",
"version": "0.2.9-25",
"description": "A build system designed to automate your WordPress development workflow.",
"keywords": [
"babel",
Expand Down

0 comments on commit ab3e75f

Please sign in to comment.