@daren/grid
Advanced tools
Comparing version 1.4.10 to 1.4.11
{ | ||
"name": "@daren/grid", | ||
"version": "1.4.10", | ||
"version": "1.4.11", | ||
"repository": { | ||
@@ -27,3 +27,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", | ||
@@ -53,3 +53,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" | ||
} |
86060
15
133