fix: multi-repo local dev (file:../ deps, package exports, missing deps)
This commit is contained in:
+18
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user