bmad-creative-intelligence-suite 0.1.1 → 0.1.2

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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -97,3 +97,7 @@ MIT License — see [LICENSE](LICENSE) for details.
97
97
  ---
98
98
 
99
99
  **Creative Intelligence Suite** — Part of the [BMad Method](https://github.com/bmad-code-org/BMAD-METHOD) ecosystem.
100
+
101
+ [![Contributors](https://contrib.rocks/image?repo=bmad-code-org/bmad-module-creative-intelligence-suite)](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite/graphs/contributors)
102
+
103
+ See [CONTRIBUTORS.md](CONTRIBUTORS.md) for contributor information.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-creative-intelligence-suite",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "description": "A BMad MEthod Core Module that offers a suite of very creative agents and workflows",
6
6
  "keywords": [
7
7
  "bmad",
@@ -21,7 +21,7 @@
21
21
  "lint": "eslint . --ext .js,.cjs,.mjs,.yaml --max-warnings=0",
22
22
  "lint:fix": "eslint . --ext .js,.cjs,.mjs,.yaml --fix",
23
23
  "lint:md": "markdownlint-cli2 \"**/*.md\"",
24
- "prepare": "husky",
24
+ "prepare": "husky || exit 0",
25
25
  "release": "npm run release:patch",
26
26
  "release:major": "npm version major && git push --follow-tags",
27
27
  "release:minor": "npm version minor && git push --follow-tags",