@digital-realty/ix-accordion
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -6,3 +6,3 @@ { | ||
"author": "Digital Realty", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"type": "module", | ||
@@ -14,2 +14,3 @@ "main": "dist/src/index.js", | ||
"./ix-accordion.js": "./dist/src/ix-accordion.js", | ||
"./ix-accordion.min.js": "./dist/src/ix-accordion.min.js", | ||
"./IxAccordion": "./dist/react/IxAccordion.js" | ||
@@ -23,3 +24,3 @@ }, | ||
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"", | ||
"build": "tsc && npm run analyze -- --exclude dist", | ||
"build": "tsc && npm run analyze -- --exclude dist && rollup -c", | ||
"prepublish": "tsc && npm run analyze -- --exclude dist", | ||
@@ -32,3 +33,3 @@ "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore", | ||
"dependencies": { | ||
"@digital-realty/ix-icon-button": "^1.0.36", | ||
"@digital-realty/ix-icon-button": "^1.0.37", | ||
"@lit/react": "^1.0.2", | ||
@@ -53,2 +54,5 @@ "lit": "^2.0.2", | ||
"prettier": "^2.4.1", | ||
"rollup-plugin-minify-html-literals": "^1.2.6", | ||
"rollup-plugin-summary": "^2.0.0", | ||
"rollup-plugin-uglify": "^6.0.4", | ||
"tslib": "^2.3.1", | ||
@@ -108,3 +112,3 @@ "typescript": "^4.5.2" | ||
], | ||
"gitHead": "528d052169644c278accb336127cfabda12b9e52" | ||
"gitHead": "c7668fda980293ca038c0dd061ebe350fa88ee60" | ||
} |
Sorry, the diff of this file is not supported yet
68303
20
134
19