Skip to content

Commit 0130c60

Browse files
committed
[FIX] definition mise-python
1 parent 2f98bfd commit 0130c60

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/mise-python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
# mise-en-place version manager (mise)
2+
# Node.js (mise) (mise-python)
33

4-
Installs mise-en-place version manager.
4+
Installs Node.js via mise-en-place version manager.
55

66
## Example Usage
77

88
```json
99
"features": {
10-
"ghcr.io/RouL/devcontainer-features/mise:1": {}
10+
"ghcr.io/RouL/devcontainer-features/mise-python:1": {}
1111
}
1212
```
1313

src/mise-python/devcontainer-feature.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"id": "mise",
3-
"version": "1.0.0",
4-
"name": "mise-en-place version manager",
5-
"description": "Installs mise-en-place version manager.",
2+
"id": "mise-python",
3+
"version": "1.0.1",
4+
"name": "Node.js (mise)",
5+
"description": "Installs Node.js via mise-en-place version manager.",
66
"dependsOn": {
77
"ghcr.io/RouL/devcontainer-features/mise:latest": {}
88
},

0 commit comments

Comments
 (0)