added standard version
This commit is contained in:
parent
2c683cd7ac
commit
1ce309fd80
|
@ -0,0 +1 @@
|
|||
node_modules
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue