We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c0239 commit 78efb99Copy full SHA for 78efb99
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "js-stack-from-scratch",
3
- "version": "2.4.4",
+ "version": "2.4.5",
4
"description": "JavaScript Stack from Scratch - Step-by-step tutorial to build a modern JavaScript stack",
5
"scripts": {
6
"test": "node mdlint.js"
7
},
8
"devDependencies": {
9
"glob": "^7.1.1",
10
- "markdownlint": "^0.3.0"
+ "markdownlint": "^0.4.0"
11
12
"repository": "verekia/js-stack-from-scratch",
13
"author": "Jonathan Verrecchia - @verekia",
0 commit comments