https://github.com/Automattic/mongoose
Raw File
Tip revision: ee997f9c5d3546fe1bbbab43b616f16bdc7525d1 authored by Valeri Karpov on 10 November 2016, 23:20:18 UTC
chore: release 4.6.7
Tip revision: ee997f9
.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