change url to archive mirror

This commit is contained in:
stCarolas
2020-02-03 13:46:22 +03:00
parent fbb2b0cc60
commit 66602c7280
690 changed files with 1017813 additions and 2 deletions

4
node_modules/is-ci/bin.js generated vendored Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env node
'use strict'
process.exit(require('./') ? 0 : 1)