From f3777df8b6b3d36bdbf3265258acbb4ad2618b14 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 25 Mar 2018 16:02:30 -0700 Subject: [PATCH] Only ship the bundle, and the minified bundle --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 3f9625f2..cb50d135 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.0.5", "description": "Winamp 2 implemented in HTML5 and JavaScript", "main": "built/winamp.bundle.js", + "files": [ + "built/winamp.bundle.js", + "built/winamp.bundle.min.js" + ], "scripts": { "lint": "eslint .", "build": "webpack --config=config/webpack.prod.js",