diff --git a/.circleci/config.yml b/.circleci/config.yml index d58e9db9..eac6cdd3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: npm install - - run: npm install eslint babel-eslint nyc codecov + - run: npm install bslint nyc codecov - save_cache: paths: - node_modules