diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-27 22:13:24 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-27 22:13:24 +0100 |
commit | d57b6a4bcc595aee990b8e1c63e786e7796b737b (patch) | |
tree | 9d5341a94d5b6f4c337b55617d534f9d0301e9a8 /package.json | |
parent | f72af162a00d1d0eb9dced873fd1fbdf4d0975a2 (diff) |
modularize i18n
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ef64c7bb4..9c8dbc4eb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "serve-static": "^1.11.1", "systemjs": "^0.19.14", "through2": "^2.0.1", - "typescript": "^2.2.0-dev", + "typescript": "next", "typhonjs-istanbul-instrument-jspm": "^0.1.0", "vinyl": "^2.0.0", "vinyl-fs": "^2.4.3" |