Skip to content

Commit

Permalink
Updates buildpacks in buildpack.toml (#813)
Browse files Browse the repository at this point in the history
* Updating buildpacks in buildpack.toml

* Updating buildpacks in buildpack.toml

* Revert datadog version

---------

Co-authored-by: Victoria Campbell <[email protected]>
  • Loading branch information
paketo-bot and TisVictress authored Oct 26, 2023
1 parent d1345ee commit b34e065
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "3.0.0"
version = "3.0.1"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down Expand Up @@ -85,7 +85,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "3.0.0"
version = "3.0.1"

[[order.group]]
id = "paketo-buildpacks/npm-install"
Expand Down Expand Up @@ -140,7 +140,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "3.0.0"
version = "3.0.1"

[[order.group]]
id = "paketo-buildpacks/node-start"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
uri = "build/buildpack.tgz"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].0"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].1"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
Expand Down

0 comments on commit b34e065

Please sign in to comment.