mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Only ship the bundle, and the minified bundle
This commit is contained in:
parent
d3891a2e13
commit
f3777df8b6
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
|||
"version": "0.0.5",
|
||||
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
||||
"main": "built/winamp.bundle.js",
|
||||
"files": [
|
||||
"built/winamp.bundle.js",
|
||||
"built/winamp.bundle.min.js"
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"build": "webpack --config=config/webpack.prod.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue