talha-asad / mongoose-url-slugs

Create URL compatiable slugs on mongoose models, ensuring uniqueness.
MIT License
40 stars 22 forks source link

add support for mongoose 4.0.6 #10

Closed amejiarosario closed 8 years ago

amejiarosario commented 9 years ago

I get this error:

npm install mongoose-url-slugs --save
npm WARN unmet dependency /Users/adrian/code/meanshop/node_modules/meanshop requires mongoose@'~3.8.8' but will load
npm WARN unmet dependency /Users/adrian/code/meanshop/node_modules/mongoose,
npm WARN unmet dependency which is version 4.0.6
mongoose-url-slugs@0.1.3 node_modules/mongoose-url-slugs
└── extend@2.0.0

It works anyways, but it will be nice to avoid this warnings...

talha-asad commented 8 years ago

I'll updating the module dependencies later today.

talha-asad commented 8 years ago

All dependencies have been updated to the latest.