pkg: remove bslint as dep

This commit is contained in:
Matthew Zipkin 2020-08-10 10:22:27 -04:00
parent 3bb2229d88
commit d5e23bdc0b
No known key found for this signature in database
GPG key ID: E7E2984B6289C93A
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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": {