Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Nov 25, 2024
1 parent 2570735 commit 6e6714c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const technology = require("technology");
module.exports = {
build: (graph) => {
return {
backwards: () => true,
assign: (node) => {
return [{ [technology.name()]: { assign: "this-is-assigned" } }];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const technology = require("technology");
module.exports = {
build: (graph) => {
return {
backwards: () => true,
assign: (node) => {
return [{ [technology.name()]: { assign: "this-is-assigned" } }];
}
Expand Down

0 comments on commit 6e6714c

Please sign in to comment.