Closed benmccann closed 3 years ago
https://github.com/terkelg/tiny-glob/commit/1ea4098b65583adfc591c91be34789c666fb8576 should have updated the package-lock.json as well. When you run npm install it will set "dev": true on the dev dependencies in package-lock.json
package-lock.json
npm install
"dev": true
This is going to be released as v0.2.8
v0.2.8
I don't think it needs a new release. Shouldn't have any impact on users
Oh well, I already pushed a new version before I saw your comment
doesn't hurt :smile:
https://github.com/terkelg/tiny-glob/commit/1ea4098b65583adfc591c91be34789c666fb8576 should have updated the
package-lock.json
as well. When you runnpm install
it will set"dev": true
on the dev dependencies inpackage-lock.json