fix: multi-repo local dev (file:../ deps, package exports, missing deps)

This commit is contained in:
Raven Scott
2026-05-21 20:14:15 -04:00
parent fc17ec7445
commit dfc3315572
395 changed files with 51601 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "signal-promise",
"version": "1.0.3",
"description": "Simple wait/notify promise with optional max wait time",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/signal-promise.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/signal-promise/issues"
},
"homepage": "https://github.com/mafintosh/signal-promise"
}