push version 1.2.2
This commit is contained in:
parent
b5fa9aced1
commit
93592b8588
3 changed files with 9 additions and 31 deletions
32
package-lock.json
generated
32
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "eleventy-excellent",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "eleventy-excellent",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.0-canary.25",
|
||||
|
|
@ -22,7 +22,6 @@
|
|||
"@toycode/markdown-it-class": "^1.2.4",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"clean-css": "^5.3.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"cssnano": "^5.1.7",
|
||||
"dayjs": "^1.11.5",
|
||||
"dotenv": "^16.0.3",
|
||||
|
|
@ -1448,24 +1447,6 @@
|
|||
"@babel/types": "^7.6.1"
|
||||
}
|
||||
},
|
||||
"node_modules/cross-env": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
|
||||
"integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"cross-spawn": "^7.0.1"
|
||||
},
|
||||
"bin": {
|
||||
"cross-env": "src/bin/cross-env.js",
|
||||
"cross-env-shell": "src/bin/cross-env-shell.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.14",
|
||||
"npm": ">=6",
|
||||
"yarn": ">=1"
|
||||
}
|
||||
},
|
||||
"node_modules/cross-spawn": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
||||
|
|
@ -7719,15 +7700,6 @@
|
|||
"@babel/types": "^7.6.1"
|
||||
}
|
||||
},
|
||||
"cross-env": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
|
||||
"integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"cross-spawn": "^7.0.1"
|
||||
}
|
||||
},
|
||||
"cross-spawn": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"@toycode/markdown-it-class": "^1.2.4",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"clean-css": "^5.3.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"cssnano": "^5.1.7",
|
||||
"dayjs": "^1.11.5",
|
||||
"dotenv": "^16.0.3",
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ Also let me know if you miss any features. Currently in planning: automatically
|
|||
- [Creating a production build](#creating-a-production-build)
|
||||
- [Built with Eleventy Excellent](#built-with-eleventy-excellent)
|
||||
- [Logbook](#logbook)
|
||||
- [23-01-09](#23-01-09)
|
||||
- [22-12-29](#22-12-29)
|
||||
- [22-12-20](#22-12-20)
|
||||
- [22-12-13](#22-12-13)
|
||||
|
|
@ -58,6 +59,7 @@ https://eleventy-excellent.netlify.app/
|
|||
- Not required, but recommended: Delete `github.js` in `src/_data/github.js` and the blog posts, as these serve only as an example.
|
||||
- Edit your preferences (colors, fluid text sizes etc.) in `src/assets/css/design-tokens`.
|
||||
- Optional: set your (favicon) icons in `src/assets/images/favicon`.
|
||||
- Optional: rename `.env-sample` to `.env` adn set custom URL for local development
|
||||
|
||||
## Deploy directly to Netlify
|
||||
|
||||
|
|
@ -97,6 +99,11 @@ npm run build
|
|||
|
||||
## Logbook
|
||||
|
||||
### 23-01-09
|
||||
|
||||
- updated Eleventy
|
||||
- added packe version number in footer
|
||||
|
||||
### 22-12-29
|
||||
|
||||
- updated Eleventy
|
||||
|
|
|
|||
Loading…
Reference in a new issue