From 66e120e723daa4cf01a5fcf76c35f67ef0848052 Mon Sep 17 00:00:00 2001 From: Adrien Antoine Date: Mon, 22 Feb 2016 14:32:07 +0000 Subject: [PATCH] 1.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 11e6812..b9c7421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-webpack-alias", - "version": "0.1.11", + "version": "1.0.0", "description": "babel 6 plugin which allows to use webpack aliases", "main": "build/index.js", "scripts": { @@ -62,4 +62,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} \ No newline at end of file +}