Skip to content

Commit

Permalink
fix npm download link
Browse files Browse the repository at this point in the history
  • Loading branch information
andregri committed Mar 25, 2023
1 parent 4b4cd2e commit a37b07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ddive",
"version": "0.1.1",
"version": "0.1.2",
"description": "A tool for exploring each layer in a docker image. Fork of https://github.com/wagoodman/dive/",
"scripts": {
"postinstall": "go-npm install",
Expand All @@ -23,6 +23,6 @@
"goBinary": {
"name": "ddive",
"path": "./bin",
"url": "https://github.com/andregri/ddive/releases/download/v{{version}}/ddive_{{version}}_{{platform}}_{{arch}}.tar.gz"
"url": "https://github.com/andregri/ddive/releases/download/{{version}}/ddive_{{version}}_{{platform}}_{{arch}}.tar.gz"
}
}

0 comments on commit a37b07e

Please sign in to comment.