TEMP add bluebird as dep for CLI
This commit is contained in:
parent
089e4414e3
commit
7b37adffff
|
@ -11,5 +11,11 @@
|
||||||
"url": "git@git.daplie.com:Daplie/dns-suite.git"
|
"url": "git@git.daplie.com:Daplie/dns-suite.git"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "(MIT or Apache2)"
|
"license": "(MIT or Apache2)",
|
||||||
|
"devDependencies": {
|
||||||
|
"bluebird": "^3.5.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"bluebird": "^3.5.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue