https://github.com/Automattic/mongoose
Raw File
Tip revision: faf2c6ad8c83802ea47200cfa04fb4ebbec72405 authored by Valeri Karpov on 03 January 2017, 06:42:53 UTC
chore: release 4.7.6
Tip revision: faf2c6a
.gitignore
lib-cov
**.swp
*.sw*
node_modules/
*.orig
benchmarks/benchmarks
benchmarks/benchmarks2
benchmarks/benchmarks3
benchmarks/v8.log
.DS_Store
docs/*.json
docs/source/_docs
docs/*.html
tags
test/triage/*.js
/.idea
/inspections
bin/mongoose.min.js
coverage
npm-debug.log

# Visual Studio
# =========
*.suo
*.ntvs*
*.njsproj
*.sln
back to top