Skip to content

Commit 2d88dee

Browse files
author
Iļja Ketris
committed
browsersync wasn't syncing
1 parent b44637c commit 2d88dee

File tree

7 files changed

+1995
-6923
lines changed

7 files changed

+1995
-6923
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ _site
33
tmp
44
nodemon.json
55
example/_site
6+
pnpm-*

README.html

Lines changed: 0 additions & 321 deletions
This file was deleted.

bin/main.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1980 additions & 1226 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "20ful",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Static site generator",
55
"engines": {
66
"node": ">=13.5"
@@ -36,15 +36,14 @@
3636
"bugs": "https://github.com/punund/20ful.git/issues",
3737
"homepage": "https://github.com/punund/20ful.git",
3838
"devDependencies": {
39-
"ava": "^3.5.2",
39+
"ava": "^3.10.1",
4040
"livescript": "^1.6.0"
4141
},
4242
"dependencies": {
4343
"ansicolor": "^1.1.93",
4444
"base58": "^2.0.1",
4545
"browser-sync": "^2.26.7",
46-
"front-matter": "^4.0.1",
47-
"front-matter": "^3.1.0",
46+
"front-matter": "^4.0.2",
4847
"glob": "^7.1.6",
4948
"isbinaryfile": "^4.0.6",
5049
"jstransformer": "^1.0.0",
@@ -55,18 +54,18 @@
5554
"jstransformer-sass": "^1.0.0",
5655
"jstransformer-scss": "^1.0.0",
5756
"jstransformer-stylus": "^1.5.0",
58-
"markdown-it": "^10.0.0",
57+
"markdown-it": "^11.0.0",
5958
"markdown-it-mark": "^3.0.0",
6059
"markdown-it-multimd-table": "^4.0.3",
6160
"minimist": "^1.2.5",
6261
"mkdirp": "^1.0.4",
6362
"ololog": "^1.1.156",
6463
"on-change": "^2.0.1",
65-
"pug": "^2.0.4",
64+
"pug": "^3.0.0",
6665
"ramda": "^0.27.0",
66+
"snyk": "^1.361.3",
6767
"string-hash": "^1.1.3",
68-
"yaml": "^1.9.0",
69-
"snyk": "^1.316.2"
68+
"yaml": "^1.10.0"
7069
},
7170
"resolutiuons": {
7271
"minimist": "^1.2.5",

0 commit comments

Comments
 (0)