moved bmad-core to dot folder so when adding to project it is clear its not part of the project it is added to
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"description": "Breakthrough Method of Agile AI-driven Development",
|
||||
"main": "tools/cli.js",
|
||||
"bin": {
|
||||
"bmad": "./bmad.js",
|
||||
"bmad-method": "./bmad.js"
|
||||
"bmad": "./tools/bmad-npx-wrapper.js",
|
||||
"bmad-method": "./tools/bmad-npx-wrapper.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node tools/cli.js build",
|
||||
|
||||
Reference in New Issue
Block a user