diff --git a/package.json b/package.json index 14c16c8e..0c789cb8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "bundle:standalone": "webpack --env.standalone --mode=production", "bundle:lib": "webpack --mode=production && npm run declarations", "bundle": "npm run bundle:clean && npm run bundle:lib && npm run bundle:standalone", - "declarations": "tsc --emitDeclarationOnly -p tsconfig.lib.json && cp -R src/types typings/", + "declarations": "tsc --emitDeclarationOnly -p tsconfig.lib.json && copyfiles --all src/types typings/", "stats": "webpack --env.standalone --json --profile --mode=production > stats.json", "prettier": "prettier --write \"cli/index.ts\" \"src/**/*.{ts,tsx}\"", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1", @@ -196,4 +196,4 @@ "printWidth": 100, "parser": "typescript" } -} +} \ No newline at end of file diff --git a/src/utils/jsonToHtml.ts b/src/utils/jsonToHtml.ts index a805f969..309b2d76 100644 --- a/src/utils/jsonToHtml.ts +++ b/src/utils/jsonToHtml.ts @@ -4,9 +4,9 @@ export function jsonToHTML(json, maxExpandLevel) { level = 1; let output = ''; output += '
';
+ //output += '';
output += valueToHTML(json, maxExpandLevel);
- output += '
';
+ //output += '
';
output += '