pkg/circleci: remove instanbul from dev dependencies.

This commit is contained in:
Christopher Jeffrey 2018-11-29 04:14:32 -08:00
parent 1436c97dbe
commit df1e8c0621
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 5 additions and 8 deletions

View File

@ -7,6 +7,9 @@ version: 2.0
jobs:
install:
<<: *defaults
docker:
- image: circleci/node:10.2
working_directory: ~/repo
steps:
- checkout
- restore_cache:
@ -15,6 +18,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm install
- run: npm install eslint istanbul@1.1.0-alpha.1 codecov
- save_cache:
paths:
- node_modules
@ -31,9 +35,6 @@ jobs:
- run:
name: Tests with coverage
command: npm run test-ci
- run:
name: Install codecov
command: npm i codecov
- run:
name: Submit coverage
command: ./node_modules/.bin/codecov
@ -43,9 +44,6 @@ jobs:
steps:
- attach_workspace:
at: .
- run:
name: Install eslint
command: npm i eslint
- run:
name: Lint
command: npm run lint-ci

View File

@ -52,8 +52,7 @@
"n64": "~0.2.4"
},
"devDependencies": {
"bmocha": "^0.1.0",
"istanbul": "^1.1.0-alpha.1"
"bmocha": "^0.1.0"
},
"main": "./lib/bcoin.js",
"bin": {