Add logjam example

This commit is contained in:
Steve Kinney
2024-09-30 11:59:33 -06:00
parent dc318c10ee
commit 0177b1be0d
6 changed files with 71 additions and 2 deletions

12
package-lock.json generated
View File

@@ -21,7 +21,8 @@
"examples/scratchpad",
"examples/utility-belt",
"examples/strictly-speaking",
"examples/button-factory"
"examples/button-factory",
"examples/logjam"
],
"devDependencies": {
"prettier": "^3.3.3",
@@ -128,6 +129,11 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"examples/logjam": {
"version": "1.0.0",
"license": "ISC",
"devDependencies": {}
},
"examples/scratchpad": {
"extraneous": true
},
@@ -3308,6 +3314,10 @@
"dev": true,
"license": "MIT"
},
"node_modules/logjam": {
"resolved": "examples/logjam",
"link": true
},
"node_modules/loose-envify": {
"version": "1.4.0",
"license": "MIT",