From 0684f90eedd86ddedca1555fe330afe1a433c4f0 Mon Sep 17 00:00:00 2001 From: Frederik Schubert Date: Sat, 11 Jun 2016 07:54:58 +0800 Subject: [PATCH] Add files array to npm:bootstrap@4.0.0-alpha.2 to match npm's behavior --- package-overrides/npm/bootstrap@4.0.0-alpha.2.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package-overrides/npm/bootstrap@4.0.0-alpha.2.json b/package-overrides/npm/bootstrap@4.0.0-alpha.2.json index daab544..71c0c83 100644 --- a/package-overrides/npm/bootstrap@4.0.0-alpha.2.json +++ b/package-overrides/npm/bootstrap@4.0.0-alpha.2.json @@ -1,6 +1,13 @@ { "main": "dist/js/bootstrap", - "files": null, + "files": [ + "dist", + "grunt", + "js/*.js", + "scss/**/*.scss", + "Gruntfile.js", + "LICENSE" + ], "ignore": [ "dist/js/npm" ],