Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
chore(audit): clean up old audit resolve files, update package to `11…
Browse files Browse the repository at this point in the history
….0.0` (#124)

* chore(audit): clean up old audit resolve files, update package to `11.0.0`

* chore(ci): change cache to look (more correctly) at package-lock file
  • Loading branch information
lewisdaly authored Sep 4, 2020
1 parent 6209b7b commit dcb4596
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 253 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
name: Update NPM install
command: npm install
- save_cache:
key: dependency-cache-{{ checksum "package.json" }}
key: dependency-cache-{{ checksum "package-lock.json" }}
paths:
- node_modules

Expand All @@ -77,7 +77,7 @@ jobs:
command: *defaults_Dependencies
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Create dir for test results
command: mkdir -p ./test/results
Expand All @@ -102,7 +102,7 @@ jobs:
command: *defaults_awsCliDependencies
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Execute code coverage check
command: npm -s run test:coverage-check
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
command: *defaults_Dependencies
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Create dir for test results
command: mkdir -p ./audit/results
Expand All @@ -153,7 +153,7 @@ jobs:
<<: *defaults_license_scanner
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Run the license-scanner
command: cd /tmp/license-scanner && pathToRepo=$CIRCLE_WORKING_DIRECTORY make run
Expand Down
92 changes: 0 additions & 92 deletions audit-resolv.json

This file was deleted.

134 changes: 0 additions & 134 deletions audit-resolve.json

This file was deleted.

34 changes: 13 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-services-auth",
"version": "10.2.0",
"version": "11.0.0",
"description": "Authentication module for central services",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit dcb4596

Please sign in to comment.