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.16
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.17
Choose a head ref

Commits on Dec 19, 2018

  1. Copy the full SHA
    f942de7 View commit details
  2. Copy the full SHA
    99a9b55 View commit details

Commits on Dec 20, 2018

  1. Copy the full SHA
    33f6e3f View commit details
  2. Copy the full SHA
    8b1d5bb View commit details

Commits on Dec 21, 2018

  1. Copy the full SHA
    b4b90c9 View commit details
  2. Copy the full SHA
    817a0ac View commit details

Commits on Dec 22, 2018

  1. Copy the full SHA
    5a623d9 View commit details

Commits on Dec 23, 2018

  1. Copy the full SHA
    5fb71fa View commit details

Commits on Dec 24, 2018

  1. Copy the full SHA
    5ee15da View commit details
  2. Copy the full SHA
    5bb70eb View commit details

Commits on Dec 25, 2018

  1. Copy the full SHA
    c2e57a7 View commit details

Commits on Dec 26, 2018

  1. Copy the full SHA
    38caaf9 View commit details
  2. Copy the full SHA
    95b479a View commit details

Commits on Dec 27, 2018

  1. Copy the full SHA
    d8964c5 View commit details
  2. Copy the full SHA
    782207e View commit details
  3. Copy the full SHA
    9aa000d View commit details
  4. Copy the full SHA
    bd7239e View commit details

Commits on Dec 28, 2018

  1. Copy the full SHA
    0f90f7e View commit details
  2. Copy the full SHA
    7f9bfdc View commit details

Commits on Dec 29, 2018

  1. Copy the full SHA
    0401daa View commit details

Commits on Dec 30, 2018

  1. Copy the full SHA
    0e495b8 View commit details

Commits on Dec 31, 2018

  1. Copy the full SHA
    48f1ce4 View commit details
  2. Copy the full SHA
    bbdeaf8 View commit details

Commits on Jan 1, 2019

  1. Copy the full SHA
    47c037d View commit details
  2. Copy the full SHA
    a0c8be5 View commit details

Commits on Jan 2, 2019

  1. Copy the full SHA
    5aa63a5 View commit details
  2. Copy the full SHA
    125c89a View commit details

Commits on Jan 3, 2019

  1. Copy the full SHA
    19378be View commit details
  2. Copy the full SHA
    bd65cd5 View commit details
  3. Copy the full SHA
    8bf4d38 View commit details
Showing with 108 additions and 131 deletions.
  1. +1 −1 .circleci/config.yml
  2. +105 −128 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:11e9f38810e56add9f2330930a3655e430a2ca0e1cae5c06dd90e57857dbd3ed
- image: circleci/node:8@sha256:535c96ce10a4a8382691fe75f123a01c4f530ef42f300a9475b1452949e64a55
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
Loading