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:
authorJason Karns <jason@karns.name>2019-01-30 20:30:44 +0300
committerJason Karns <jason@karns.name>2019-01-30 20:32:47 +0300
commitc2c416856ce8f4b3c8a2f5d17dcdb064a6521eb7 (patch)
treee1bd565bc21a4fe3bb906ae739b3c59ae27e52f4
parent96342044aaa859127bc5095d7ee59f843fe24730 (diff)
simplification
-rw-r--r--package.json12
1 files changed, 4 insertions, 8 deletions
diff --git a/package.json b/package.json
index 580f2e3..5015687 100644
--- a/package.json
+++ b/package.json
@@ -4,16 +4,12 @@
"description": "Supporting library for Bats test helpers",
"homepage": "https://github.com/jasonkarns/bats-support",
"license": "CC0-1.0",
+ "author": "Zoltán Tömböl (https://github.com/ztombol)",
"contributors": [
- "Zoltán Tömböl (https://github.com/ztombol)"
+ "Jason Karns <jason.karns@gmail.com> (http://jason.karns.name)"
],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jasonkarns/bats-support.git"
- },
- "bugs": {
- "url": "https://github.com/jasonkarns/bats-support/issues"
- },
+ "repository": "github:jasonkarns/bats-support",
+ "bugs": "https://github.com/jasonkarns/bats-support/issues",
"directories": {
"lib": "src",
"test": "test"