Skip to content

Commit 3a5d98b

Browse files
committed
fix field name for js bindings
Signed-off-by: Karthik Ganeshram <[email protected]>
1 parent 6836b18 commit 3a5d98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/add.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ fn package_json_content(package_name: &str, world: &str, version: Option<Version
731731
"author": "",
732732
"license": "ISC",
733733
"config": {{
734-
"witDeps":
734+
"witDependencies":
735735
[
736736
{{
737737
"witPath": "./wit",

0 commit comments

Comments
 (0)