@static-pages/core 2.0.1 → 2.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Yes! Because I browsed the whole jamstack scene, but could not find one which
|
|
|
15
15
|
3. can render with any template engine (Twig, ejs, Pug, Mustache etc.)
|
|
16
16
|
4. supports incremental builds
|
|
17
17
|
5. has a flexible CLI tool (see [@static-pages/cli](https://www.npmjs.com/package/@static-pages/cli) on npm)
|
|
18
|
-
6. has a Docker image (see [
|
|
18
|
+
6. has a Docker image (see [staticpages/cli](https://hub.docker.com/repository/docker/staticpages/cli) on dockerhub)
|
|
19
19
|
7. written in JS (preferably TypeScript)
|
|
20
20
|
8. easy to extend with JS code
|
|
21
21
|
9. learning and using is easy (Gatsby, Hugo, Jekyll, Eleventy etc. are so cool but harder to learn and configure)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@static-pages/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "General purpose static pages renderer.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./cjs/index.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://staticpagesjs.github.io/",
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@types/node": "^
|
|
48
|
+
"@types/node": "^14.18.9",
|
|
49
49
|
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
|
50
50
|
"@typescript-eslint/parser": "^5.3.0",
|
|
51
51
|
"coveralls": "^3.1.1",
|