Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
Release 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben305 committed Jun 6, 2019
1 parent 795b4ab commit bb54015
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
node_js:
- lts/*
env:
- USE_OLDEST_NPM_VERSIONS=0
- USE_OLDEST_NPM_VERSIONS=1
- USE_OLDEST_NPM_VERSIONS=0
before_install:
- |
if [ $USE_OLDEST_NPM_VERSIONS -eq 1 ]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typegoose",
"version": "5.6.0",
"version": "5.7.0",
"description": "Define Mongoose models using TypeScript classes.",
"main": "lib/typegoose.js",
"files": [
Expand Down Expand Up @@ -50,4 +50,4 @@
"dependencies": {
"reflect-metadata": "^0.1.13"
}
}
}

0 comments on commit bb54015

Please sign in to comment.