From fe3733063ea855eab0534f499f9d7f2e2e0faecb Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Fri, 26 Apr 2019 17:21:34 +0300 Subject: [PATCH] fix: bin --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0cc1288..24b1ba0 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ }, "homepage": "https://github.com/webpack-contrib/webpack-defaults", "bugs": "https://github.com/webpack-contrib/webpack-defaults/issues", + "bin": { + "webpack-defaults": "bin/index.js" + }, "main": "dist/cjs.js", "engines": { "node": ">= 6.9.0"