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