Skip to content

Commit

Permalink
chore: fix eggs files (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed Aug 6, 2020
1 parent 09f605f commit b982385
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ To install denon simply enter the following into a terminal:
#### deno.land

```bash
$ deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable https://deno.land/x/[email protected].1/denon.ts
$ deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable https://deno.land/x/[email protected].2/denon.ts
```

#### nest.land

```bash
$ deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable https://x.nest.land/[email protected].1/denon.ts
$ deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable https://x.nest.land/[email protected].2/denon.ts
```


Expand Down
3 changes: 2 additions & 1 deletion egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"repository": "https://github.com/denosaurs/denon.git",
"stable": true,
"unlisted": false,
"version": "2.3.1",
"version": "2.3.2",
"files": [
"./README.md",
"./deps.ts",
"./test_deps.ts",
"./denon.ts",
"./info.ts",
"./denon.config.ts",
"./mod.ts",
"./templates/**/*",
Expand Down
2 changes: 1 addition & 1 deletion info.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = "2.3.1";
export const VERSION = "2.3.2";
export const BRANCH = "master";
// export const COMPAT: { [denon: string]: string[] } = {
// "2.3.0": ["1.2.0"],
Expand Down

0 comments on commit b982385

Please sign in to comment.