Browse Source

EAGLESIX-4483: make pinning on bson less strict to reduce likelihood of duplication of the bson pkg

Kyle P Davis 10 years ago
parent
commit
c0961b63a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -41,7 +41,7 @@
     "jshint": "*",
     "jscoverage": "*",
     "jscheckstyle": "*",
-    "bson": "0.2.15"
+    "bson": "~0.2.18"
   },
   "license": "AGPL",
   "private": true,