diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..cb2b4ea2 --- /dev/null +++ b/.npmignore @@ -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* diff --git a/package.json b/package.json index 90722299..91a478f0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "$schema": "https://json.schemastore.org/package.json", - "name": "bmad-method", - "version": "6.0.0-alpha.21", - "description": "Breakthrough Method of Agile AI-driven Development", + "name": "@jschulte/bmad-method", + "version": "6.0.0-alpha.22", + "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with story-pipeline)", "keywords": [ "agile", "ai", @@ -14,7 +14,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/bmad-code-org/BMAD-METHOD.git" + "url": "git+https://github.com/jschulte/BMAD-METHOD.git" }, "license": "MIT", "author": "Brian (BMad) Madison",