added standard version

This commit is contained in:
Giles Bradshaw 2020-08-10 17:04:13 +01:00
parent 2c683cd7ac
commit 1ce309fd80
3 changed files with 1613 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"private": true,
"name": "nginx-certbot",
"version": "1.0.0",
"description": "nginx certbot",
"scripts": {
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://sigyl.com/git/docker/nginx-certbot"
},
"author": "Giles Bradshaw",
"license": "ISC",
"devDependencies": {
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
}
}

1593
yarn.lock Normal file

File diff suppressed because it is too large Load Diff