Skip to content

Commit

Permalink
chore(release): 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Sep 27, 2018
1 parent e9bbdec commit 3d0205b
Show file tree
Hide file tree
Showing 8 changed files with 1,514 additions and 45 deletions.
12 changes: 6 additions & 6 deletions packages/cssnano-preset-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-advanced",
"version": "4.0.1",
"version": "4.0.2",
"main": "dist/index.js",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
"scripts": {
Expand All @@ -13,11 +13,11 @@
"license": "MIT",
"dependencies": {
"autoprefixer": "^9.0.0",
"cssnano-preset-default": "^4.0.0",
"postcss-discard-unused": "^4.0.0",
"postcss-merge-idents": "^4.0.0",
"postcss-reduce-idents": "^4.0.0",
"postcss-zindex": "^4.0.0"
"cssnano-preset-default": "^4.0.1",
"postcss-discard-unused": "^4.0.1",
"postcss-merge-idents": "^4.0.1",
"postcss-reduce-idents": "^4.0.1",
"postcss-zindex": "^4.0.1"
},
"devDependencies": {
"babel-cli": "^6.0.0",
Expand Down

0 comments on commit 3d0205b

Please sign in to comment.