diff --git a/docs/docs.js b/docs/docs.js index 07deb47fdd..cae3d38e54 100644 --- a/docs/docs.js +++ b/docs/docs.js @@ -30,17 +30,6 @@ const example = ( What is Lorem Ipsum? -
- - -
-
-
- Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. -
-
-
-
@@ -125,17 +92,6 @@ const example = ( What is Lorem Ipsum? -
- - -
-
-
- Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. -
-
-
-
@@ -225,8 +159,7 @@ const example = (
 {
-`
+`
     
@@ -253,7 +186,7 @@ pricelist={true}>
         Where can I get some?
 
         
-`}
+`}
diff --git a/package.json b/package.json index 49c997fc9b..490d6ec129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ffe-accordion-react", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index.js", "scripts": { "build": "babel -d lib/. --ignore=*.test.js src/. && npm run example",