Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit e0bebf2

Browse files
Bug: Typo in auditjs installAfter value (#478)
Fixes #477
1 parent 930ed6b commit e0bebf2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/auditjs/devcontainer-feature.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "auditjs",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"name": "AuditJS (via npm)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/auditjs",
66
"description": "AuditJS audits an NPM package.json file to identify known vulnerabilities.",
@@ -15,7 +15,6 @@
1515
}
1616
},
1717
"installsAfter": [
18-
"ghcr.io/devcontainers/features/node",
19-
"ghcr.io/devcontainers-conrib/features/npm-package"
18+
"ghcr.io/devcontainers-contrib/features/npm-package"
2019
]
2120
}

src/auditjs/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ source ./library_scripts.sh
99
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
1010
# and if missing - will download a temporary copy that automatically get deleted at the end
1111
# of the script
12-
ensure_nanolayer nanolayer_location "v0.4.39"
12+
ensure_nanolayer nanolayer_location "v0.4.45"
1313

1414

1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
18-
"ghcr.io/devcontainers-contrib/features/npm-package:1" \
18+
"ghcr.io/devcontainers-contrib/features/npm-package:1.0.3" \
1919
--option package='auditjs' --option version="$VERSION"
2020

2121

0 commit comments

Comments
 (0)