mikel-press 0.22.1 → 0.22.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -237,7 +237,7 @@ press.ContentPagePlugin = (siteData = {}) => {
237
237
  press.UsePlugin = mikelPlugin => {
238
238
  return {
239
239
  name: "UsePlugin",
240
- init: () => {
240
+ init: context => {
241
241
  context.template.use(mikelPlugin);
242
242
  },
243
243
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mikel-press",
3
3
  "description": "A tiny and fast static site generator based on mikel templating",
4
- "version": "0.22.1",
4
+ "version": "0.22.2",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": {
@@ -19,7 +19,7 @@
19
19
  "node": ">=20"
20
20
  },
21
21
  "dependencies": {
22
- "mikel": "^0.22.1"
22
+ "mikel": "^0.22.2"
23
23
  },
24
24
  "files": [
25
25
  "README.md",