From 360f589ff76d16368eba3e116da657115454ae32 Mon Sep 17 00:00:00 2001 From: Supriya Kalghatgi Date: Mon, 17 Dec 2018 15:33:50 +0530 Subject: [PATCH] Minor change --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3220216db..c076859a2 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,7 @@ jspm_packages .node_repl_history dist/**/__snapshots__ +dist/__tests__ ### Xcode ### # Xcode diff --git a/package.json b/package.json index 6f897c739..9b021625f 100644 --- a/package.json +++ b/package.json @@ -83,4 +83,4 @@ "Fonts" ] } -} \ No newline at end of file +}