Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: HT2-Labs/typescript-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.49
Choose a base ref
...
head repository: HT2-Labs/typescript-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.50
Choose a head ref

Commits on Dec 21, 2019

  1. Copy the full SHA
    57f967a View commit details
  2. Copy the full SHA
    029e914 View commit details

Commits on Dec 22, 2019

  1. Copy the full SHA
    130034d View commit details

Commits on Dec 23, 2019

  1. Copy the full SHA
    fead15e View commit details
  2. Copy the full SHA
    a2bbe55 View commit details

Commits on Dec 24, 2019

  1. Copy the full SHA
    4e8c348 View commit details
  2. Copy the full SHA
    5f13345 View commit details

Commits on Dec 25, 2019

  1. Copy the full SHA
    c7186ac View commit details
  2. Copy the full SHA
    d9d4c98 View commit details

Commits on Dec 26, 2019

  1. Copy the full SHA
    1772693 View commit details
  2. Copy the full SHA
    4e129ce View commit details

Commits on Dec 27, 2019

  1. Copy the full SHA
    f054884 View commit details
  2. Copy the full SHA
    6fd4c02 View commit details

Commits on Dec 28, 2019

  1. Copy the full SHA
    6adbf18 View commit details

Commits on Dec 29, 2019

  1. Copy the full SHA
    b480c6f View commit details

Commits on Dec 30, 2019

  1. Copy the full SHA
    09f02f1 View commit details
  2. Copy the full SHA
    fd7ae4a View commit details

Commits on Dec 31, 2019

  1. Copy the full SHA
    df827c3 View commit details
  2. Copy the full SHA
    fab73cd View commit details

Commits on Jan 1, 2020

  1. Copy the full SHA
    aacc74f View commit details

Commits on Jan 2, 2020

  1. Copy the full SHA
    86b49a1 View commit details
  2. Copy the full SHA
    6bddaae View commit details

Commits on Jan 3, 2020

  1. Copy the full SHA
    6227cae View commit details
  2. Copy the full SHA
    5e11e4c View commit details

Commits on Jan 4, 2020

  1. Copy the full SHA
    7e4cd09 View commit details

Commits on Jan 5, 2020

  1. Copy the full SHA
    2444c79 View commit details

Commits on Jan 6, 2020

  1. Copy the full SHA
    68976ab View commit details
  2. Copy the full SHA
    ed62c79 View commit details

Commits on Jan 7, 2020

  1. Copy the full SHA
    bf72e71 View commit details
  2. Copy the full SHA
    95b97c5 View commit details

Commits on Jan 8, 2020

  1. Copy the full SHA
    6bb21df View commit details

Commits on Jan 9, 2020

  1. Copy the full SHA
    fbef480 View commit details
  2. Copy the full SHA
    33024f4 View commit details

Commits on Jan 10, 2020

  1. Copy the full SHA
    81e529d View commit details

Commits on Jan 16, 2020

  1. Copy the full SHA
    3107924 View commit details
Showing with 105 additions and 110 deletions.
  1. +1 −1 .circleci/config.yml
  2. +102 −107 package-lock.json
  3. +2 −2 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: circleci/node:8@sha256:228e773346baa71806a527d4f51d7dab7ba4f15d728fb613c4a9789ad0bb27de
- image: circleci/node:8@sha256:44c6136b6b55003fa12321aa1eb790a5a6482edb461227cb56daf488178d04dc
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
Loading