Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/tiny-lr/.babelrc b/node_modules/tiny-lr/.babelrc
new file mode 100644
index 0000000..fad9506
--- /dev/null
+++ b/node_modules/tiny-lr/.babelrc
@@ -0,0 +1,7 @@
+{
+  "presets": ["es2015"],
+
+  "plugins": [
+    "add-module-exports"
+  ]
+}