From 5ac503469c1ba6c945812c68ff6a392ae1bfff65 Mon Sep 17 00:00:00 2001 From: Dominik Krenn Date: Fri, 18 Jul 2025 07:16:27 +0200 Subject: [PATCH] Update version to 1.0.8 in package.json and package-lock.json, remove outdated README.md, and ensure README is copied to build directory --- push | 1 + source/README.md | 62 ---------------------------------------- source/package-lock.json | 4 +-- source/package.json | 2 +- 4 files changed, 4 insertions(+), 65 deletions(-) delete mode 100644 source/README.md diff --git a/push b/push index cd166c2..4fcc759 100755 --- a/push +++ b/push @@ -24,6 +24,7 @@ mkdir -p "$BUILD_DIR" # πŸ“¦ Copy entire source echo "πŸ“ Copying full source into build..." cp -r "$SOURCE_DIR"/* "$BUILD_DIR"/ +cp -r "$ROOT_DIR"/README.md "$BUILD_DIR"/ # πŸ”§ Build inside build dir cd "$BUILD_DIR" diff --git a/source/README.md b/source/README.md deleted file mode 100644 index e3cee8e..0000000 --- a/source/README.md +++ /dev/null @@ -1,62 +0,0 @@ -# 🧠 testosMaximus - -> *Infused with maximus testus energy.* - -testosMaximus is a TypeScript-powered nut-cracker module forged in the sacred tree hollows of fluffy vengeance. -Designed for one purpose: **to break things**. Like nuts. And maybe reality. - ---- - -## 🌰 Usage - -```ts -import { crackNut } from "testosmaximus"; - -console.log(crackNut("pecan")); -// β†’ *CRACK!* The pecan has been broken by pure TypeScript violence. -```` - ---- - -## πŸš€ Features - -* ⚑ Written in TypeScript (because normal JS was too weak) -* πŸ’₯ Cracks any nut, figuratively or literally -* πŸ§ͺ Powered by maximus testus energy (patent pending) -* 🐿️ Developed by a possibly overcaffeinated squirrel - ---- - -## πŸ“¦ Install - -If you're brave enough: - -```bash -npm install testosmaximus -``` - -Or from your private squirrel registry: - -```bash -npm install --registry=http://localhost:4873 testosmaximus -``` - ---- - -## πŸ”¬ API - -### `crackNut(nut: string): string` - -Cracks the given nut and returns a glorious message of destruction. - ---- - -## πŸͺ΅ License - -MIT – Break whatever you want. Just clean up after. - ---- - -## 🐿️ Author - -testosMaximus, child of the forest, breaker of shells, wielded by Maximus Testus Energyβ„’ diff --git a/source/package-lock.json b/source/package-lock.json index f9f82ac..e1c75ae 100644 --- a/source/package-lock.json +++ b/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "testosmaximus", - "version": "1.0.5", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "testosmaximus", - "version": "1.0.5", + "version": "1.0.8", "license": "ISC", "devDependencies": { "typescript": "^5.8.3" diff --git a/source/package.json b/source/package.json index 8b317cd..6dd53bf 100644 --- a/source/package.json +++ b/source/package.json @@ -1,6 +1,6 @@ { "name": "@testosmaximus/testosmaximus", - "version": "1.0.5", + "version": "1.0.8", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",