@digital-realty/ix-drawer
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -6,3 +6,3 @@ { | ||
"author": "interxion", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"type": "module", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore", | ||
"test2": "tsc && wtr --coverage", | ||
"test": "tsc && wtr --coverage", | ||
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"", | ||
@@ -106,3 +106,3 @@ "storybook": "tsc && npm run analyze -- --exclude dist && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"", | ||
], | ||
"gitHead": "15fe921385c2caa45181ac798db9a6d4fc9f92f0" | ||
"gitHead": "ea7982253f0455f299de9875ecb1d60c2780cc6f" | ||
} |
16911