Skip to content

Commit

Permalink
removed mongoose dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
faboulaws committed Aug 14, 2019
1 parent 62cc571 commit cce7ab8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 154 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
### 1.0.4
### 1.0.5 (2019-08-14)
- Remove `mongoose` dependency

### 1.0.4 (2019-08-13)
Issue fixes
- [Issue #4](https://github.com/faboulaws/fakingoose/issues/4)
- [Issue #3](https://github.com/faboulaws/fakingoose/issues/3)

### 1.0.1 - 1.0.3
### 1.0.1 - 1.0.3 (2019-08-12)
Documentation update

### 1.0.1 - 1.0.2 (2019-08-12)
Documentation update

### 1.0.0
### 1.0.0 (2019-08-12)
First version
158 changes: 10 additions & 148 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fakingoose",
"version": "1.0.4",
"version": "1.0.5",
"description": "Data mocker for mongoose schema",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,8 +46,7 @@
"lodash.get": "^4.4.2",
"lodash.isplainobject": "^4.0.6",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"mongoose": "^5.6.9"
"lodash.set": "^4.3.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit cce7ab8

Please sign in to comment.