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

This commit is contained in:
Dominik Krenn 2025-07-18 07:16:27 +02:00
parent 0a650f6c35
commit 5ac503469c
4 changed files with 4 additions and 65 deletions

1
push
View File

@ -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"

View File

@ -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™

View File

@ -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"

View File

@ -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",