zazoomauro / node-dependency-injection

The NodeDependencyInjection component allows you to standarize and centralize the way objects are constructed in your application.
https://github.com/zazoomauro/node-dependency-injection/wiki
MIT License
280 stars 34 forks source link

Update fs package reference from NodeJS core instead of npm #154

Closed bronskinner closed 3 years ago

bronskinner commented 3 years ago

I am using this package to configure and resolve services for a nodeJS project. I've noticed that we're getting an odd console message every time we run any code referencing this library. It looks like this package is referencing a version of fs in its package.json. This npm package no longer exists and instead should be installed with nodejs core itself. This doesn't appear to hurt anything but it does mean we get odd console messages when running code that uses this library.

image

https://nodejs.dev/learn/the-nodejs-fs-module

zazoomauro commented 3 years ago

Released! https://github.com/zazoomauro/node-dependency-injection/commit/faa74f7f029f901f5e853b1d7b179be292bfb0a8