feat: prepare package for npm distribution as @jschulte/bmad-method
- Renamed package to @jschulte/bmad-method (scoped package) - Updated version to 6.0.0-alpha.22 - Updated repository URL to jschulte/BMAD-METHOD - Added .npmignore to exclude dev files - Enhanced description to mention story-pipeline This allows users to install via: npx @jschulte/bmad-method install
This commit is contained in:
parent
747ba512aa
commit
9d69f378fe
|
|
@ -0,0 +1,39 @@
|
||||||
|
# Development files
|
||||||
|
.git
|
||||||
|
.github
|
||||||
|
.husky
|
||||||
|
.vscode
|
||||||
|
.claude
|
||||||
|
.agentvibes
|
||||||
|
.DS_Store
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
.env*
|
||||||
|
|
||||||
|
# Test files
|
||||||
|
test/
|
||||||
|
coverage/
|
||||||
|
*.test.js
|
||||||
|
*.spec.js
|
||||||
|
|
||||||
|
# Documentation (keep README.md)
|
||||||
|
docs/
|
||||||
|
website/
|
||||||
|
*.pdf
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
*.tgz
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
.editorconfig
|
||||||
|
.prettierrc*
|
||||||
|
.eslintrc*
|
||||||
|
.markdownlint*
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "bmad-method",
|
"name": "@jschulte/bmad-method",
|
||||||
"version": "6.0.0-alpha.21",
|
"version": "6.0.0-alpha.22",
|
||||||
"description": "Breakthrough Method of Agile AI-driven Development",
|
"description": "Breakthrough Method of Agile AI-driven Development (Enhanced with story-pipeline)",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"agile",
|
"agile",
|
||||||
"ai",
|
"ai",
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/bmad-code-org/BMAD-METHOD.git"
|
"url": "git+https://github.com/jschulte/BMAD-METHOD.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Brian (BMad) Madison",
|
"author": "Brian (BMad) Madison",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue