https://github.com/Automattic/mongoose
Raw File
Tip revision: ebe5b2fd544126cf41477c1b3976c6e2c7a1c2ff authored by Valeri Karpov on 08 February 2018, 21:34:22 UTC
chore: release 5.0.4
Tip revision: ebe5b2f
.gitignore
lib-cov
**.swp
*.sw*
node_modules/
*.orig
benchmarks/benchmarks
benchmarks/benchmarks2
benchmarks/benchmarks3
benchmarks/v8.log
.DS_Store
docs/*.json
docs/source/_docs
tags
test/triage/*.js
/.idea
/inspections
bin/mongoose.min.js
coverage
npm-debug.log
data/
.nyc_output/

tools/31*

# Visual Studio
# =========
*.suo
*.ntvs*
*.njsproj
*.sln

# Visual STudio Code
.vscode

*.key

docs/*.html
back to top