Skip to content

Commit

Permalink
chore: deprecate module (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
GJZwiers authored Apr 30, 2023
1 parent 29e4fc7 commit 2ee2fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# dci

> Deprecated - this module is no longer actively maintained.
[![deno module](https://shield.deno.dev/x/dci)](https://deno.land/x/dci)
![deno compatibility](https://shield.deno.dev/deno/^1.30)
[![Build](https://github.com/GJZwiers/dci/actions/workflows/build.yaml/badge.svg)](https://github.com/GJZwiers/dci/actions/workflows/build.yaml)
Expand All @@ -23,7 +25,7 @@ modeled after `npm init` and `tsc --init`.
## Installation

```
deno install --allow-read --allow-write -fn dci https://deno.land/x/dci@v2.8.0/mod.ts
deno install --allow-read --allow-write -fn dci https://deno.land/x/dci@v2.8.1/mod.ts
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defaultOptions, inputHandler, process } from "./writeConfigFile.ts";

await new Command()
.name("dci")
.version("v2.8.0")
.version("v2.8.1")
.description("Generate a Deno configuration file.")
.help({
colors: (Deno.build.os === "windows") ? false : true,
Expand Down

0 comments on commit 2ee2fdb

Please sign in to comment.