Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LearningLocker/xapi-validation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d96d21e06fc1cfe2a6ba3b6dff347178e972f7d0
Choose a base ref
..
head repository: LearningLocker/xapi-validation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9e9f6b628b5bf6d6e4cc7cdb8816439fa98736fc
Choose a head ref
Showing with 2,161 additions and 3,309 deletions.
  1. +1 −1 .circleci/config.yml
  2. +2,159 −3,307 package-lock.json
  3. +1 −1 package.json
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ machine:
jobs:
build:
docker:
- image: node:8.16.1@sha256:e45a254cf0f7071ffae9a6770cce268baf1f1952f6abb55c1061bff0757b138f
- image: node:10
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
Loading