Skip to content

Commit

Permalink
build jsrepo-manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored and github-actions[bot] committed Jan 2, 2025
1 parent 90fb515 commit 1478493
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions jsrepo-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,32 @@
"dependencies": [],
"devDependencies": []
},
{
"name": "perishable-list",
"directory": "src/utils",
"category": "utils",
"tests": true,
"subdirectory": false,
"list": true,
"files": ["perishable-list.ts", "perishable-list.test.ts"],
"localDependencies": [],
"_imports_": {},
"dependencies": [],
"devDependencies": []
},
{
"name": "rand",
"directory": "src/utils",
"category": "utils",
"tests": true,
"subdirectory": false,
"list": true,
"files": ["rand.ts", "rand.test.ts"],
"localDependencies": [],
"_imports_": {},
"dependencies": [],
"devDependencies": []
},
{
"name": "sleep",
"directory": "src/utils",
Expand Down

0 comments on commit 1478493

Please sign in to comment.