Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 5d5d486

Browse files
committed
Rename package and bump version
1 parent 39848a7 commit 5d5d486

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2-
"name": "ovh-certbot-dns",
3-
"version": "0.0.1",
4-
"description": "Respond to certbot dns challenges by updating the DNS zone.",
5-
"main": "index.js",
2+
"name": "certbot-dns-ovh",
3+
"version": "0.1.0",
4+
"description": "Respond to Certbot dns challenges by updating your DNS zone on OVH.",
65
"scripts": {
76
"test": "echo \"Error: no test specified\" && exit 1"
87
},
98
"repository": {
109
"type": "git",
11-
"url": "git+https://github.com/mcdado/ovh-certbot-dns"
10+
"url": "git+https://github.com/mcdado/certbot-dns-ovh"
1211
},
1312
"keywords": [
1413
"ovh",
@@ -18,7 +17,7 @@
1817
],
1918
"author": "David Gasperoni <mcdado@gmail.com>",
2019
"license": "MIT",
21-
"homepage": "https://github.com/mcdado/ovh-certbot-dns#readme",
20+
"homepage": "https://github.com/mcdado/certbot-dns-ovh#readme",
2221
"dependencies": {
2322
"bluebird": "^3.5.0",
2423
"dotenv": "^4.0.0",

0 commit comments

Comments
 (0)