From 4ab6859fad9ad583ea1e64f2d899f3076de0765f Mon Sep 17 00:00:00 2001 From: lackhurt Date: Fri, 5 May 2017 18:39:10 +0800 Subject: [PATCH] Cannot read property 'map' of null #8 fixed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45c194e..c14a661 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-css-import", "description": "Concat the css file by \"@import\". The relative url of the background image and font face will be changed automatically.", - "version": "0.1.8", + "version": "0.1.9", "homepage": "https://github.com/lackhurt/grunt-css-import", "author": { "name": "lackhurt",