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

github.com/bats-core/bats-support.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--package.json6
2 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..05f900c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/node_modules
+/package-lock.json
+/yarn.lock
+/bats-support-*.tgz
diff --git a/package.json b/package.json
index fffba64..580f2e3 100644
--- a/package.json
+++ b/package.json
@@ -24,5 +24,11 @@
],
"scripts": {
"test": "bats ${CI+-t} test"
+ },
+ "devDependencies": {
+ "bats": "^1"
+ },
+ "peerDependencies": {
+ "bats": "0.4 || ^1"
}
}