Procházet zdrojové kódy

Edit file paths for size-limit

Correctly specify the files for size-limit.
master
TheoryOfNekomata před 3 roky
rodič
revize
ba58fadacd
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      package.json

+ 3
- 3
package.json Zobrazit soubor

@@ -31,14 +31,14 @@
"name": "@tesseract-design/viewfinder",
"description": "Layout scaffolding for Web apps.",
"author": "TheoryOfNekomata",
"module": "dist/starter.esm.js",
"module": "dist/viewfinder.esm.js",
"size-limit": [
{
"path": "dist/starter.cjs.production.min.js",
"path": "dist/viewfinder.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/starter.esm.js",
"path": "dist/viewfinder.esm.js",
"limit": "10 KB"
}
],


Načítá se…
Zrušit
Uložit