fightbook 1.0.1 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -28
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -205,34 +205,6 @@ aggression: 0.75 # 0.0 - 1.0
205
205
 
206
206
  ---
207
207
 
208
- ## Development
209
-
210
- ```bash
211
- # Clone repo
212
- git clone https://github.com/resided/fightbook.git
213
- cd fightbook
214
-
215
- # Install dependencies
216
- npm install
217
-
218
- # Run dev server
219
- npm run dev
220
-
221
- # Build library
222
- npm run build:lib
223
-
224
- # Run tests
225
- npm test
226
- ```
227
-
228
- ---
229
-
230
- ## Contributing
231
-
232
- PRs welcome! See [GitHub Issues](https://github.com/resided/fightbook/issues) for ideas.
233
-
234
- ---
235
-
236
208
  ## License
237
209
 
238
210
  MIT © FightBook
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fightbook",
3
- "version": "1.0.1",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "description": "AI Combat Arena - Configure fighters with skills.md, simulate MMA combat in real-time",
6
6
  "main": "./dist/index.js",