@daren/typography
Advanced tools
Comparing version 1.9.3 to 1.9.4
{ | ||
"name": "@daren/typography", | ||
"version": "1.9.3", | ||
"version": "1.9.4", | ||
"repository": { | ||
@@ -26,3 +26,3 @@ "type": "git", | ||
"build": "run-s 'build:*'", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types --declarationMap --rootDir lib --outDir dist/types --sourceMap", | ||
"build:esm": "cross-env BABEL_ENV=esm babel lib --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps", | ||
@@ -52,3 +52,3 @@ "build:cjs": "cross-env BABEL_ENV=cjs babel lib --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps", | ||
}, | ||
"gitHead": "0efc521bf4e5678bccba9d59fc8b705506b4fc6f" | ||
"gitHead": "25f1dce4adac2c6e35e138bffe3327692185ee35" | ||
} |
103468
21
312