@static-pages/core 7.0.1 → 7.0.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ Yes! Because I browsed the whole jamstack scene, but could not find one which
17
17
 
18
18
  And because I wrote a ton of custom static generators before; I tought I can improve the concepts to a point where its (hopefully) useful for others.
19
19
 
20
- This project is structured as a toolkit split to many packages, published under the [@static-pages](https://www.npmjs.com/search?q=%40static-pages) namespace on NPM.
20
+ This project is structured as a toolkit split to many packages, published under the [@static-pages](https://www.npmjs.com/org/static-pages) namespace on NPM.
21
21
  In most cases you should not use this core package directly, but the [@static-pages/starter](https://www.npmjs.com/package/@static-pages/starter) is a good point to begin with.
22
22
 
23
23
  ## Where should I use this?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@static-pages/core",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "General purpose static pages renderer.",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.mjs",