react-image-accordion 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -100,9 +100,9 @@ import { ReactImageAccordion } from "json-pretty-textarea";
100
100
  export const test = () => {
101
101
  return (
102
102
  <ReactImageAccordion
103
- accordionData: {MockAccordion}
104
- AccordionWidth: "40rem",
105
- AccordionHeight: "30rem",
103
+ accordionData= {MockAccordion}
104
+ AccordionWidth= "40rem",
105
+ AccordionHeight= "30rem",
106
106
  />
107
107
  );
108
108
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-image-accordion",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Accordion component for React",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -60,7 +60,6 @@
60
60
  "@rollup/plugin-terser": "^0.4.1",
61
61
  "react-image-accordion": "^1.0.8",
62
62
  "rollup-plugin-local-resolve": "^1.0.7",
63
- "rollup-plugin-terser": "^7.0.2",
64
- "svgo": "^3.0.2"
63
+ "rollup-plugin-terser": "^7.0.2"
65
64
  }
66
65
  }