info-site-generator 1.0.92 → 1.0.93

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/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import SiteGen from "./src/App.js";
1
+ import SiteGen from "./App.js";
2
2
 
3
3
  export default SiteGen;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "info-site-generator",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "main": "lib/index.js",
5
5
  "author": "Enderfarmer",
6
6
  "license": "MIT",