Sfoglia il codice sorgente

Fix @uppy/utils microtip.scss export (#3995)

Merlijn Vos 2 anni fa
parent
commit
edcbe02995
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      packages/@uppy/utils/package.json

+ 2 - 1
packages/@uppy/utils/package.json

@@ -59,7 +59,8 @@
     "./lib/delay": "./lib/delay.js",
     "./lib/hasProperty": "./lib/hasProperty.js",
     "./lib/mimeTypes": "./lib/mimeTypes.js",
-    "./lib/getDroppedFiles": "./lib/getDroppedFiles/index.js"
+    "./lib/getDroppedFiles": "./lib/getDroppedFiles/index.js",
+    "./src/microtip.scss": "./src/microtip.scss"
   },
   "dependencies": {
     "lodash.throttle": "^4.1.1"