diff --git a/README.md b/README.md index 5d04309..5f95ab6 100644 --- a/README.md +++ b/README.md @@ -750,7 +750,7 @@ Standalone LevelDB file server based on [`level-serve`][level-serve], [`multilev ### [`level-transcoder`][level-transcoder] -[![npm package version](https://img.shields.io/npm/v/level-transcoder)](https://www.npmjs.com/package/level-transcoder) [![npm downloads](https://img.shields.io/npm/dw/level-transcoder)](https://www.npmjs.com/package/level-transcoder) [![License](https://img.shields.io/npm/l/level-transcoder?color=blue)](https://www.npmjs.com/package/level-transcoder) [![Last commit](https://img.shields.io/github/last-commit/Level/transcoder)](https://github.com/Level/transcoder) [![Contributors](https://img.shields.io/github/contributors/Level/transcoder?color=blue)](https://github.com/Level/transcoder/graphs/contributors) +[![npm package version](https://img.shields.io/npm/v/level-transcoder)](https://www.npmjs.com/package/level-transcoder) [![npm downloads](https://img.shields.io/npm/dw/level-transcoder)](https://www.npmjs.com/package/level-transcoder) [![License](https://img.shields.io/npm/l/level-transcoder?color=blue)](https://www.npmjs.com/package/level-transcoder) [![Last commit](https://img.shields.io/github/last-commit/Level/transcoder?color=brightgreen)](https://github.com/Level/transcoder) [![Contributors](https://img.shields.io/github/contributors/Level/transcoder?color=blue)](https://github.com/Level/transcoder/graphs/contributors) Encode data with built-in or custom encodings. Used in [`abstract-level`][abstract-level]. diff --git a/modules/utilities.json b/modules/utilities.json index 6ea1ac0..2bb3b20 100644 --- a/modules/utilities.json +++ b/modules/utilities.json @@ -3,7 +3,8 @@ "modules": { "level-transcoder": { "github": "Level/transcoder", - "description": "Encode data with built-in or custom encodings. Used in [abstract-level]." + "description": "Encode data with built-in or custom encodings. Used in [abstract-level].", + "timeless": true }, "level-test": { "github": "Level/level-test",