info-site-generator 1.1.1 → 1.1.2

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.
@@ -60,7 +60,8 @@ function Footer(_ref) {
60
60
  href: value,
61
61
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
62
62
  src: imageSrc,
63
- alt: key
63
+ alt: key,
64
+ width: 40
64
65
  })
65
66
  }, key);
66
67
  })
package/lib/pages/Home.js CHANGED
@@ -78,7 +78,7 @@ function Home(_ref) {
78
78
  }, index))
79
79
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactRouter.Link, {
80
80
  to: "all-content",
81
- children: "Descover more content"
81
+ children: "Discover more content"
82
82
  })]
83
83
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("hr", {}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("section", {
84
84
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("h2", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "info-site-generator",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "main": "lib/index.js",
5
5
  "author": "Enderfarmer",
6
6
  "license": "MIT",
@@ -16,6 +16,7 @@
16
16
  "time saving"
17
17
  ],
18
18
  "scripts": {
19
+ "prepublishOnly": "echo You sure that you compiled?",
19
20
  "build": "npm run build:js && npm run build:types",
20
21
  "build:js": "babel src -d lib --extensions \".ts,.tsx\" --copy-files",
21
22
  "build:types": "tsc"