grunt-phplint
grunt-phplint copied to clipboard
os.tmpDir() - deprecated
After upgrading Node to v7 I have something like this:
(node:8982) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
I think this is the cause.
tmpDir()
also occurs in the old version of cache-swap library that grunt-phplint currently depends on. It was fixed in 0.3.0 of that library.