From 33c169341a81fda6440f2f2f9ad4d18e8df40ef4 Mon Sep 17 00:00:00 2001 From: Gerald Yeo Date: Sun, 28 May 2017 23:13:41 +0800 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6df9904..d3fa370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-assets-import-to-string", - "version": "1.0.0", + "version": "1.0.1", "description": "Babel plugin that transforms image assets import and requires to urls / cdn", "main": "lib/index.js", "scripts": {