mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-18 00:55:54 +00:00
Avoid putting too much in npm tarball
This commit is contained in:
parent
7decb841e2
commit
0ad268ef60
1 changed files with 4 additions and 2 deletions
|
|
@ -4,9 +4,10 @@
|
|||
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
||||
"main": "dist/webamp-lazy/webampLazy.js",
|
||||
"files": [
|
||||
"dist/"
|
||||
"dist/webamp-*",
|
||||
"dist/types"
|
||||
],
|
||||
"types": "./dist/types/js/webamp.d.ts",
|
||||
"types": "dist/types/js/webamp.d.ts",
|
||||
"browser": "dist/webamp-browser/webampBrowser.js",
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
|
|
@ -49,6 +50,7 @@
|
|||
"build-library": "parcel build --target webamp-browser --target webamp-browser-min --target webamp-lazy-browser --target webamp-lazy-browser-min --reporter @parcel/reporter-bundle-analyzer",
|
||||
"move-library": "node scripts/moveLibrary.js",
|
||||
"prepublishOnly": "npm run build-library && npm run move-library && npm run type-check",
|
||||
"publish-next": "yarn publish --new-version='0.0.0-next-$(git rev-parse --short HEAD)' --tag next",
|
||||
"serve": "http-server ./dist/demo-site",
|
||||
"start": "parcel demo/index.html",
|
||||
"test": "jest --config=config/jest.unit.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue