Skip to content

Commit

Permalink
fix: package json (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-affinidi authored Jan 31, 2025
1 parent 069c1c1 commit c3819d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dart/auth_provider/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"sed -i \"s|^version: .*|version: {args.releaseVersion}|\" pubspec.yaml",
"dart pub publish --force"
],
"parrallel": false
"parallel": false
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dart/common/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"sed -i \"s|^version: .*|version: {args.releaseVersion}|\" pubspec.yaml",
"dart pub publish --force"
],
"parrallel": false
"parallel": false
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dart/consumer_auth_provider/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"sed -i \"s|^version: .*|version: {args.releaseVersion}|\" pubspec.yaml",
"dart pub publish --force"
],
"parrallel": false
"parallel": false
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dart/cryptography/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"sed -i \"s|^version: .*|version: {args.releaseVersion}|\" pubspec.yaml",
"dart pub publish --force"
],
"parrallel": false
"parallel": false
}
}
},
Expand Down

0 comments on commit c3819d4

Please sign in to comment.