mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Fix targets
This commit is contained in:
parent
39b70095ae
commit
a25dd72439
1 changed files with 2 additions and 2 deletions
|
|
@ -2,13 +2,13 @@
|
|||
"name": "webamp",
|
||||
"version": "0.0.0-next-e7a85e59",
|
||||
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
||||
"main": "dist/webamp-lazy/webampLazy.js",
|
||||
"main": "dist/webamp-lazy-browser/webampLazy.js",
|
||||
"files": [
|
||||
"dist/webamp-*",
|
||||
"dist/types"
|
||||
],
|
||||
"types": "dist/types/js/webamp.d.ts",
|
||||
"browser": "dist/webamp-browser/webampBrowser.js",
|
||||
"browser": "dist/webamp-lazy-browser-min/webampBrowser.js",
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue