Add new Switch game

This commit is contained in:
James Skemp 2023-01-27 21:20:46 -06:00
parent 472ae5abb6
commit 62e5668fe1
3 changed files with 33 additions and 0 deletions

View File

@ -71612,6 +71612,24 @@
"id": 3970,
"electronic": true
}
},
{
"title": "Crash Bandicoot N. Sane Trilogy",
"system": {
"console": "Nintendo",
"version": "Switch"
},
"purchase": {
"date": "2023-01-27",
"price": "39.99",
"place": "Nintendo eShop"
},
"own": true,
"notes": "Elliott has been watching boss fights. April thought she'd like to play it.",
"meta": {
"id": 3971,
"electronic": true
}
}
]
}

1
package-lock.json generated
View File

@ -5,6 +5,7 @@
"requires": true,
"packages": {
"": {
"name": "media.jamesrskemp",
"version": "1.0.0",
"dependencies": {
"xml2js": "^0.4.23"

View File

@ -56445,6 +56445,20 @@
<own>yes</own>
<notes>Normally $19.99, but free with Plus.</notes>
</game>
<game id="3971" electronic="true">
<title>Crash Bandicoot N. Sane Trilogy</title>
<system>
<console>Nintendo</console>
<version>Switch</version>
</system>
<purchase>
<date>2023-01-27</date>
<price>39.99</price>
<place>Nintendo eShop</place>
</purchase>
<own>yes</own>
<notes>Elliott has been watching boss fights. April thought she'd like to play it.</notes>
</game>
<!-- after adding new items run the following from root:
npm run build:video_games
-->