From 8f85452ce9afb48471be015e60aed4017ebefa44 Mon Sep 17 00:00:00 2001 From: Jonas Ohlsson Aden Date: Sat, 4 Mar 2017 18:31:28 +0100 Subject: [PATCH] 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0011d94..9fea429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inline-css-imports", - "version": "0.1.0", + "version": "0.1.1", "description": "Finds, requests and inlines all css @imports in a css string", "main": "lib/index.js", "scripts": {