mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Add types and source maps to npm module
We still don't include the source maps for the non-minified (default) version.
This commit is contained in:
parent
4d7099718b
commit
bbb9dfce5f
1 changed files with 4 additions and 1 deletions
|
|
@ -6,8 +6,11 @@
|
|||
"files": [
|
||||
"built/webamp.bundle.js",
|
||||
"built/webamp.bundle.min.js",
|
||||
"built/webamp.bundle.min.js.map",
|
||||
"built/webamp-lazy.bundle.js",
|
||||
"built/webamp-lazy.bundle.min.js"
|
||||
"built/webamp-lazy.bundle.min.js",
|
||||
"built/webamp.lazy-bundle.min.js.map",
|
||||
"index.d.ts"
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue