@ca-plant-list/ca-plant-list 0.0.0 → 0.0.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.
package/build-site.js CHANGED
@@ -10,7 +10,7 @@ import { PageRenderer } from "./lib/pagerenderer.js";
10
10
  const DATA_DIR = "./data";
11
11
  const PACKAGE_DIR = path.dirname( url.fileURLToPath( import.meta.url ) );
12
12
  const DEFAULT_DATA_DIR = PACKAGE_DIR + "/data";
13
- const OUTPUT_DIR = "./output/site";
13
+ const OUTPUT_DIR = "./output";
14
14
 
15
15
  Config.init( DATA_DIR );
16
16
  DataLoader.load( DATA_DIR, DEFAULT_DATA_DIR );
File without changes
@@ -43,7 +43,7 @@
43
43
 
44
44
  {%if page.js%}
45
45
  <script src="{{site.baseurl}}/assets/js/{{page.js}}" type="module"></script>{%endif%}
46
-
46
+ {%include analytics.html%}
47
47
  </body>
48
48
 
49
49
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ca-plant-list/ca-plant-list",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "Tools to create Jekyll files for a website listing plants in an area of California.",
5
5
  "license": "MIT",
6
6
  "type": "module",