feat(slug): keep period in slug variable

BREAKING CHANGE: The previous slug function is rename slug_url
to be able to still use itin the subdomain of an url.

Co-authored-by: Marc Schiller <m4rc.schiller@gmail.com>
This commit is contained in:
rlespinasse
2020-04-26 00:48:31 +02:00
parent 250b75dc58
commit e95fe45d8b
8 changed files with 142 additions and 47 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.1.0",
"license": "MIT",
"scripts": {
"test": "docker run -w /workdir -v $(pwd):/workdir bats/bats:latest ./tests",
"test": "docker run -w /workdir -v $(pwd):/workdir ffurrer/bats:latest --recursive .",
"release": "semantic-release"
},
"repository": {