1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00
video.js/.npmignore
Ivan Demchuk 5b8d373f7f chore(npmignore): don't publish zip file to npm (#5249)
Add zip file to npmignore.

Fixes #5248.
2018-06-20 17:04:28 -04:00

8 lines
124 B
Plaintext

# Exclude everything but the contents of the dist directory.
**/*
!dist/**
dist/video-js-*.zip
!es5/**
!src/css/**
!core.js