1
0
mirror of https://github.com/badges/shields.git synced 2025-07-05 13:41:14 +03:00

migrate hapi/joi to joi (#5624)

* update joi + joi-extension-semver

* @hapi/joi --> joi

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
chris48s
2020-09-30 18:51:02 +01:00
committed by GitHub
parent 86366588a2
commit 504015c0ba
359 changed files with 373 additions and 375 deletions

View File

@ -1,6 +1,6 @@
'use strict'
const Joi = require('@hapi/joi')
const Joi = require('joi')
const t = (module.exports = require('../tester').createServiceTester())
const isPipeSeparatedPythonVersions = Joi.string().regex(