mirror of
https://github.com/videojs/video.js.git
synced 2024-11-28 08:58:46 +02:00
chore(npmignore): don't publish zip file to npm (#5249)
Add zip file to npmignore. Fixes #5248.
This commit is contained in:
parent
0b2a8e04ef
commit
5b8d373f7f
@ -1,6 +1,7 @@
|
|||||||
# Exclude everything but the contents of the dist directory.
|
# Exclude everything but the contents of the dist directory.
|
||||||
**/*
|
**/*
|
||||||
!dist/**
|
!dist/**
|
||||||
|
dist/video-js-*.zip
|
||||||
!es5/**
|
!es5/**
|
||||||
!src/css/**
|
!src/css/**
|
||||||
!core.js
|
!core.js
|
||||||
|
Loading…
Reference in New Issue
Block a user