Closed calvinjuarez closed 6 years ago
Did you mean the minimum Node version requirement for Less? See: https://github.com/less/less.js/blob/master/.travis.yml
AFAIK package.lock shouldn't be committed.
I think the lock file is meant to be committed. At least according to the documentation for it at https://docs.npmjs.com/files/package-lock.json. I can remove it, though. I'm new to the "lock" idea.
Did you mean the minimum Node version requirement for Less? See: https://github.com/less/less.js/blob/master/.travis.yml
I'm referring to the minimum Node version required by this package, which I guess would be >=4.0.0
, to match postcss v6's minimum (https://github.com/postcss/postcss/blob/master/package.json#L6). To be honest, I'm not sure what my confusion was...Ignore that part.
Just wanna bump this plugin's version. It might be a major bump, since the minimum Node version changed, but other than that all old code should work. Minor?
It's fine to bump this a major version.
@matthew-dean Do I need anyone's permission to merge this? Also how would I publish it to npm?
@calvinjuarez Anyone's permission? Nope. Go for it.
NPM publish? Hmm, you might need @lukeapage's support. I don't have publish permissions for this repo. I just set up a lesscss
NPM org, but I'd have to start adding repos I have publish permissions for. Currently that's just less/less.js
@matthew-dean I will try and give you owner rights on all npm packages. Feel free to message me on Twitter if you need anything else.
@lukeapage Hey! Good to "see" you. 😄 Thanks, I'd appreciate it! I'll try to then move those all to an NPM organization with multiple admins so it doesn't rely on one person. Thanks for your help, Luke!
@lukeapage @matthew-dean Merging now. Once we get npm worked out we can publish and get this into people's hands.
I'm not sure what version to bump (major, minor, patch), and I could use help figuring out what the new minimum Node version requirement is (I tested with 8.11.3).