socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit e8948f4fae77609461781b6388646d8eeeda84ff
parent f57ebd3d3b2b9210229d73f305b672240d41e2a7
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 24 Mar 2018 14:29:34 +0100

Fix typescript version range

Diffstat:
Mpackage.json | 2+-
Myarn.lock | 6+-----
2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/package.json b/package.json @@ -61,6 +61,6 @@ "protractor": "^5.1.2", "ts-node": "^3.2.0", "tslint": "^5.7.0", - "typescript": "^2.4.2" + "typescript": ">=2.4.2 <2.7.0" } } diff --git a/yarn.lock b/yarn.lock @@ -6707,11 +6707,7 @@ typedarray@^0.0.6, typedarray@~0.0.5: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -typescript@^2.4.2: - version "2.7.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836" - -typescript@~2.6.2: +"typescript@>=2.4.2 <2.7.0", typescript@~2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"