Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Karns <jason.karns@gmail.com>2023-02-23 06:21:45 +0300
committerJason Karns <jason.karns@gmail.com>2023-02-23 16:58:47 +0300
commit73a7cfa6e14af781ea77f7dbe4a88638f7f3ec74 (patch)
tree27b4716a0079a51295bc9aeeb09b24ebc92fb32d /.gitignore
parent2268cf976196c91f6f9399e67d20aad0075c6cb9 (diff)
commit package-lock
While the majority of use will likely not use npm, those that do will likely lock to particular versions. Once we have a lockfile, we'll be able to more easily jump to "old" versions and reproduce installation or compatibility issues. And with dependabot, we'll be able to still stay "fresh" and not worry about developer environments masking issues by not pulling newer versions.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 418531e..41a3ee1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
/node_modules
-/package-lock.json
/yarn.lock
/bats-assert-*.tgz