diff --git a/package-lock.json b/package-lock.json index 338f0d5..53b5ec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@blunck/webpack-scripts", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 807562e..da01ee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blunck/webpack-scripts", - "version": "0.1.0", + "version": "0.1.1", "description": "Opinionated webpack scripts", "main": "cli.js", "bin": { @@ -8,7 +8,7 @@ }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "lint":" eslint cli.js config/**" + "lint": " eslint cli.js config/**" }, "repository": { "type": "git",