From 44fdc3c31556018484d78686bcbaf12c6c788ea7 Mon Sep 17 00:00:00 2001 From: sveisvei Date: Sun, 4 Dec 2016 12:01:12 +0100 Subject: [PATCH] add typings and ignore --- frontend/typings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 frontend/typings.json diff --git a/frontend/typings.json b/frontend/typings.json new file mode 100644 index 0000000000..a00f27177e --- /dev/null +++ b/frontend/typings.json @@ -0,0 +1,5 @@ +{ + "globalDependencies": { + "react-mdl": "registry:dt/react-mdl#0.0.0+20160830142027" + } +}