From 1505c97bd7590b7c303f2d3ea2f8d8d2ee28a09a Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sat, 2 Jul 2016 17:00:49 -0400 Subject: [PATCH] Include moment.d.ts file in packages (jspm) Similar to aea2a8961bc4dbff0471d0615af1f4fb98fc81d7 and required for use with https://github.com/frankwallis/plugin-typescript. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 43cad7e39..a9cf74a78 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ "jspm": { "files": [ "moment.js", + "moment.d.ts", "locale" ], "map": { -- 2.47.2