Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/error/.istanbul.yml b/node_modules/error/.istanbul.yml
new file mode 100644
index 0000000..a685158
--- /dev/null
+++ b/node_modules/error/.istanbul.yml
@@ -0,0 +1,11 @@
+instrumentation:
+ default-excludes: false
+ include-all-sources: true
+ excludes:
+ - '**/test/**'
+ - '**/coverage/**'
+ - '**/example/**'
+ - '**/test.js'
+ - '**/node_modules/istanbul/**'
+ - '**/node_modules/tape/**'
+ - '**/node_modules/uber-standard/**'