diff --git a/cows/ajohn.json b/cows/ajohn.json new file mode 100644 index 0000000..74f6004 --- /dev/null +++ b/cows/ajohn.json @@ -0,0 +1,6 @@ +{ + "name": "Luna", + "breed": "highland", + "image": "images/luna.jpeg", + "description": "curly hair, and wisconsin" +} \ No newline at end of file diff --git a/cows/example_cow.json b/cows/example_cow.json deleted file mode 100644 index cf375ee..0000000 --- a/cows/example_cow.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Example Cow", - "breed": "Example Highland", - "image": "images/example_cow.jpeg", - "description": "A gentle and friendly cow that loves to graze in the meadow." -} diff --git a/cows/opossum.json b/cows/opossum.json deleted file mode 100644 index 5192066..0000000 --- a/cows/opossum.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Cowpossum", - "breed": "Cowsupial", - "image": "images/cowpossum.png", - "description": "The Virginia Opossum was long believed to be North America's only native marsupial, until shocked cow scientists discovered the existence of the Cowpossum. To not damage the pride of the Virgina Opossum, a new subspecies of Cowsupial was created so the Virgina Opossum can remain North America's Only Native Marsupial." -} \ No newline at end of file diff --git a/images/example_cow.jpeg b/images/luna.jpeg similarity index 100% rename from images/example_cow.jpeg rename to images/luna.jpeg diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 397509c..0b1b251 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -18,7 +18,6 @@ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-7.0.5.tgz", "integrity": "sha512-t54CUOsFMappY1Jbzb7fetWeO0n6K0k/4+/ZpkS+3Joz8I4VcvY9OiEBFRYISqaI2fq5sCiPtAjRDOzVYG8m+Q==", "license": "MIT", - "peer": true, "dependencies": { "@octokit/auth-token": "^6.0.0", "@octokit/graphql": "^9.0.2", diff --git a/package-lock.json b/package-lock.json index 415bb1f..0edd6d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,6 @@ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-7.0.5.tgz", "integrity": "sha512-t54CUOsFMappY1Jbzb7fetWeO0n6K0k/4+/ZpkS+3Joz8I4VcvY9OiEBFRYISqaI2fq5sCiPtAjRDOzVYG8m+Q==", "license": "MIT", - "peer": true, "dependencies": { "@octokit/auth-token": "^6.0.0", "@octokit/graphql": "^9.0.2",