add shebang
This commit is contained in:
parent
f1039c8c92
commit
117ba1cfa7
1
index.js
Normal file → Executable file
1
index.js
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
const fs = require('fs');
|
||||
const split = require('split');
|
||||
|
||||
|
@ -10,6 +10,9 @@
|
||||
"type": "git",
|
||||
"url": "https://git.celogeek.com/celogeek/yarn-audit-sonar.git"
|
||||
},
|
||||
"bin": {
|
||||
"yarn-audit-sonar": "index.js"
|
||||
},
|
||||
"author": "Celogeek",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
18
yarn.lock
18
yarn.lock
@ -2,14 +2,14 @@
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
split@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
|
||||
integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
|
||||
"split@^1.0.1":
|
||||
"integrity" "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg=="
|
||||
"resolved" "https://registry.npmjs.org/split/-/split-1.0.1.tgz"
|
||||
"version" "1.0.1"
|
||||
dependencies:
|
||||
through "2"
|
||||
"through" "2"
|
||||
|
||||
through@2:
|
||||
version "2.3.8"
|
||||
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
|
||||
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
|
||||
"through@2":
|
||||
"integrity" "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU="
|
||||
"resolved" "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
|
||||
"version" "2.3.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user