@uppy/angular: remove "files" array from package.json

This commit is contained in:
Murderlon 2025-08-04 09:52:08 +02:00
parent 62cf5bbb14
commit 7eec1734b4
No known key found for this signature in database
GPG key ID: 1FF861FF1DDBB953
2 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,5 @@
---
"@uppy/angular": patch
---
Remove "files" array from package.json

View file

@ -18,9 +18,6 @@
"type": "git",
"url": "git+https://github.com/transloadit/uppy.git"
},
"files": [
"dist"
],
"scripts": {
"prepublishOnly": "rm -fr * && cp -r ../../../dist/uppy/angular .."
},