From 5b8d373f7f9c5e63b03864b6888e67240ae69c7a Mon Sep 17 00:00:00 2001 From: Ivan Demchuk Date: Thu, 21 Jun 2018 00:04:28 +0300 Subject: [PATCH] chore(npmignore): don't publish zip file to npm (#5249) Add zip file to npmignore. Fixes #5248. --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 978ab51f3..3f605a567 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,7 @@ # Exclude everything but the contents of the dist directory. **/* !dist/** +dist/video-js-*.zip !es5/** !src/css/** !core.js