From 7bbf69c1006d6479ff8215b593f41301d2399787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Knezi=C4=87?= Date: Thu, 31 Mar 2016 22:55:29 +0200 Subject: [PATCH] Make it ready for the Metalsmith CLI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6eb3df..a4e97c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metalsmith-postcss", - "version": "3.1.1", + "version": "4.0.0", "description": "A Metalsmith plugin that sends your CSS through any PostCSS plugins.", "main": "index.js", "scripts": {