From df1e8c06216f919d90c86cc89784f4c65d66eff3 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 29 Nov 2018 04:14:32 -0800 Subject: [PATCH] pkg/circleci: remove instanbul from dev dependencies. --- .circleci/config.yml | 10 ++++------ package.json | 3 +-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 68ed56402..ab4bb7447 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/package.json b/package.json index a35cf08a4..797db0838 100644 --- a/package.json +++ b/package.json @@ -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": {