Skip to content

Commit

Permalink
Added more ingredients and links to recipes (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-cromwell committed Nov 3, 2022
1 parent 3756bb7 commit cf2257d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions operations/populate.js
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,19 @@ let ingredients = [
},
name: 'Peanut Butter'
},
{
amount: {
value: 1,
unit: 'count'
},
lifespan: {
refrigerator: {
value: 1,
unit: 'month'
}
},
name: 'Peas'
},
{
amount: {
value: 1,
Expand Down Expand Up @@ -1741,11 +1754,11 @@ let recipes = [
{
name: 'Chicken Fried Rice',
ingredients: [
// Carrots
"Carrots",
"Chicken",
"Eggs",
"Garlic",
// Peas
"Peas",
"Rice",
"Scallions"
// Soy Sauce
Expand Down

0 comments on commit cf2257d

Please sign in to comment.