1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

chore(npmignore): don't publish zip file to npm (#5249)

Add zip file to npmignore.

Fixes #5248.
This commit is contained in:
Ivan Demchuk 2018-06-21 00:04:28 +03:00 committed by Gary Katsevman
parent 0b2a8e04ef
commit 5b8d373f7f

View File

@ -1,6 +1,7 @@
# Exclude everything but the contents of the dist directory.
**/*
!dist/**
dist/video-js-*.zip
!es5/**
!src/css/**
!core.js