fix: shebang and bee-js in deps

This commit is contained in:
Adam Uhlíř 2022-05-05 16:20:52 +02:00
parent 33080c8de4
commit b7659fc8b4
No known key found for this signature in database
GPG Key ID: 1D17A9E81F76155B
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,7 @@
"depcheck": "depcheck ."
},
"dependencies": {
"@ethersphere/bee-js": "^3.3.4",
"chalk": "^2.4.2",
"dockerode": "^3.3.1",
"furious-commander": "^1.7.0",
@ -49,7 +50,6 @@
"@codejedi365/jest-serial-runner": "^2.0.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@ethersphere/bee-js": "^3.3.4",
"@fluffy-spoon/substitute": "^1.208.0",
"@jest/types": "^27.0.2",
"@types/dockerode": "^3.3.3",

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
import { cli } from 'furious-commander'
import { application } from './application'
import { optionParameters, rootCommandClasses } from './config'