-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow package-lock.json #3025
Labels
semver-patch
implementation requires increase of "patch" version number; "bug fixes"
status: accepting prs
Mocha can use your help with this one!
type: chore
generally involving deps, tooling, configuration, etc.
Comments
boneskull
added
type: chore
generally involving deps, tooling, configuration, etc.
qa
labels
Sep 28, 2017
boneskull
added a commit
that referenced
this issue
Sep 28, 2017
- update `.travis.yml` to use npm@5 caching where available - remove `.npmrc` (now unused) - remove `package-lock.json` from `.gitignore`
this isn't gonna make it into v4.0.0 because there's some problems. for some reason |
1 task
boneskull
added
the
semver-patch
implementation requires increase of "patch" version number; "bug fixes"
label
Oct 4, 2017
boneskull
added a commit
that referenced
this issue
Dec 9, 2017
- update `.travis.yml` to use npm@5 caching where available - remove `.npmrc` (now unused) - remove `package-lock.json` from `.gitignore`
boneskull
added a commit
that referenced
this issue
Dec 9, 2017
- update `.travis.yml` to use npm@5 caching where available - remove `.npmrc` (now unused) - remove `package-lock.json` from `.gitignore`
sgilroy
pushed a commit
to TwineHealth/mocha
that referenced
this issue
Feb 27, 2019
- update `.travis.yml` to use npm@5 caching where available - remove `.npmrc` (now unused) - remove `package-lock.json` from `.gitignore`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
semver-patch
implementation requires increase of "patch" version number; "bug fixes"
status: accepting prs
Mocha can use your help with this one!
type: chore
generally involving deps, tooling, configuration, etc.
mainly for performance reasons. this will allow for better caching in CI, among other things.
The text was updated successfully, but these errors were encountered: