Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
feat: mirror utf-8-validate
Browse files Browse the repository at this point in the history
closes #162
  • Loading branch information
fengmk2 committed Oct 24, 2017
1 parent 45e3eaf commit 535c1d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,20 @@ var config = {
// for mirrors
alwayNewDirIndex: 0,
},

'utf-8-validate': {
name: 'utf-8-validate',
category: 'utf-8-validate',
enable: true,
disturl: 'https://github.com/websockets/utf-8-validate/releases',
repo: 'websockets/utf-8-validate',
url: 'https://github.com/websockets/utf-8-validate',
description: 'Check if a buffer contains valid UTF-8',
syncerClass: 'GithubWithVersion',
needFormatTagName: false,
// for mirrors
alwayNewDirIndex: 0,
},
},
};

Expand Down

0 comments on commit 535c1d4

Please sign in to comment.