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