generator-angular-fullstack
generator-angular-fullstack copied to clipboard
Update _package.json
Change "mongoose": "4.1.2" to "mongoose": "^4.1.2"
Cause:
DeprecationWarning: open() is deprecated in mongoose >= 4.11.0, use openUri() instead, or set the useMongoClient option if using connect() or createConnection().
- [x] I have read the Contributing Documents
- [x] My commit(s) follow the AngularJS commit message guidelines
- [x] The generator's tests pass (
generator-angular-fullstack$ npm test)