mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-19 01:23:49 +00:00
Don't try to ignore demo files, we ended up including everything...
This commit is contained in:
parent
bb9b29a195
commit
c74395809f
1 changed files with 1 additions and 4 deletions
|
|
@ -3,10 +3,7 @@
|
|||
"version": "0.0.0-next-425c9a66",
|
||||
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
||||
"main": "built/webamp.bundle.js",
|
||||
"files": [
|
||||
"built",
|
||||
"!built/types/demo"
|
||||
],
|
||||
"files": [ "built" ],
|
||||
"types": "built/types/js/webamp.d.ts",
|
||||
"browser": "built/webamp.bundle.min.js",
|
||||
"unpkg": "built/webamp.bundle.min.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue