From 5d9c25491d8a3d76ef222a2552c14f610f786540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mano=C3=ABl=20Trapier?= Date: Wed, 8 Feb 2017 16:47:52 +0000 Subject: [PATCH] Typo on typings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed68ca4..f736b9e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "xml2js": "0.4.5" }, "devDependencies": { - "typing": "2.1.0", + "typings": "2.1.0", "tslint": "2.3.0-beta", "typescript": "1.5.0-beta" },