From: Mark Otto Date: Mon, 22 Aug 2016 00:50:34 +0000 (-0700) Subject: Follow up to #20394: remove ignore for file that no longer exists X-Git-Tag: v4.0.0-alpha.4~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20552%2Fhead;p=thirdparty%2Fbootstrap.git Follow up to #20394: remove ignore for file that no longer exists --- diff --git a/package.json b/package.json index 1dbd90bbde..c687294604 100644 --- a/package.json +++ b/package.json @@ -88,9 +88,6 @@ ], "jspm": { "main": "js/bootstrap", - "ignore": [ - "dist/js/npm" - ], "directories": { "lib": "dist" },