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:
parent
0a650f6c35
commit
5ac503469c
1
push
1
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"
|
||||
|
||||
@ -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™
|
||||
4
source/package-lock.json
generated
4
source/package-lock.json
generated
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user