From f712dbbcf9b47a3510fb60258d12aa75e813306c Mon Sep 17 00:00:00 2001 From: dotansimha Date: Tue, 24 Jan 2017 15:13:08 +0200 Subject: [PATCH] Step 6.16: Add check --- api/.meteor/packages | 1 + 1 file changed, 1 insertion(+) diff --git a/api/.meteor/packages b/api/.meteor/packages index eb89223f8..a7dd40a8c 100644 --- a/api/.meteor/packages +++ b/api/.meteor/packages @@ -20,3 +20,4 @@ shell-server@0.2.3 # Server-side component of the `meteor shell` comm autopublish@1.0.7 # Publish all data to the clients (for prototyping) insecure@1.0.7 # Allow all DB writes from clients (for prototyping) barbatus:typescript +check