Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit cfe5ec7

Browse files
mbroadstnbbeeken
authored andcommitted
3.0.0
1 parent e736e53 commit cfe5ec7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "mongodb-extjson",
3-
"version": "2.1.4",
3+
"version": "3.0.0",
44
"description": "MongoDB Extended JSON library",
55
"main": "index.js",
6-
"browser": "dist/bundle.js",
6+
"browser": "dist/mongodb-extjson.js",
77
"scripts": {
88
"test": "mocha test/",
99
"coverage": "istanbul cover _mocha -- --recursive -t --ui tdd test/",
@@ -49,6 +49,6 @@
4949
"rollup-plugin-node-resolve": "^3.0.3"
5050
},
5151
"dependencies": {
52-
"bson": "mongodb/js-bson#3.0"
52+
"bson": "^3.0.0"
5353
}
5454
}

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import babel from 'rollup-plugin-babel';
55
export default {
66
input: 'index.js',
77
output: {
8-
file: 'dist/bundle.js',
8+
file: 'dist/mongodb-extjson.js',
99
format: 'umd',
1010
name: 'mongodb-extjson',
1111
},

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,9 +620,9 @@ browserslist@^2.1.2:
620620
caniuse-lite "^1.0.30000792"
621621
electron-to-chromium "^1.3.30"
622622

623-
bson@mongodb/js-bson#3.0:
623+
bson@^3.0.0:
624624
version "3.0.0"
625-
resolved "https://codeload.github.com/mongodb/js-bson/tar.gz/87c2365519ad5fdf83498561b25223eed2329425"
625+
resolved "https://registry.yarnpkg.com/bson/-/bson-3.0.0.tgz#2521fe6a9b88f3af155c27359a3847a80d50237b"
626626

627627
bson@~1.0.4:
628628
version "1.0.4"

0 commit comments

Comments
 (0)