From ee850af32f3f7a6a3c36468f1bee0c587c01d4fd Mon Sep 17 00:00:00 2001 From: Cas Cornelissen Date: Sat, 17 Mar 2018 16:17:01 +0100 Subject: [PATCH] 1.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4978bbf..38967d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stylelint-bare-webpack-plugin", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f37a040..cc4d632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-bare-webpack-plugin", - "version": "1.0.0", + "version": "1.0.1", "description": "Webpack plugin wrapper for stylelint allowing you to install any version of stylelint you want", "main": "lib/index.js", "homepage": "https://github.com/cascornelissen/stylelint-bare-webpack-plugin#readme",