pkg: remove bslint as dep
This commit is contained in:
parent
3bb2229d88
commit
d5e23bdc0b
2 changed files with 2 additions and 3 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- name: Install
|
||||
run: sudo apt-get install -y libunbound-dev |
|
||||
npm install nyc coveralls
|
||||
npm install nyc coveralls bslint
|
||||
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
|
|
|
|||
|
|
@ -49,8 +49,7 @@
|
|||
"urkel": "~0.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bmocha": "^2.1.4",
|
||||
"bslint": "^5.15.3"
|
||||
"bmocha": "^2.1.4"
|
||||
},
|
||||
"main": "./lib/hsd.js",
|
||||
"bin": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue