diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 583fd1c..5bf06b2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "stylefmt-loader", - "version": "1.1.0", + "version": "1.2.0", "dependencies": { "ansi-regex": { "version": "2.0.0" diff --git a/package.json b/package.json index b953cb4..cba2f70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylefmt-loader", - "version": "1.1.0", + "version": "1.2.0", "description": "Fixes stylelint issues automatically while bundling with Webpack", "author": { "name": "Tomas Alabes" @@ -10,7 +10,7 @@ "loader-utils": "0.2.16", "postcss-scss": "0.3.1" }, - "peerDependencies":{ + "peerDependencies": { "stylefmt": "5.x", "postcss": "5.x" },