From 7544a5eb5842c1de2e47f96c832cbf02f6d2e88e Mon Sep 17 00:00:00 2001 From: iris Date: Wed, 19 Jun 2024 16:16:21 -0500 Subject: [PATCH] remove broken js --- _tabs/about.md | 4 ++++ package.json | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 package.json diff --git a/_tabs/about.md b/_tabs/about.md index b56ff39..36bc042 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -10,3 +10,7 @@ I'm Iris! I'm trans, 16, and enjoy programing and playing games. Im a member of My particular interests include combat robotics, Valorant Esports, and finding new ways to procrastinate doing my homework. + + + + diff --git a/package.json b/package.json new file mode 100644 index 0000000..2bd3810 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "iris-therainbow.github.io", + "version": "1.0.0", + "description": "[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy)][gem]  [![GitHub license](https://img.shields.io/github/license/cotes2020/chirpy-starter.svg?color=blue)][mit]", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "body-parser": "^1.20.2", + "express": "^4.19.2", + "mongoose": "^8.4.3" + } +}