Skip to content

Commit cc78e4c

Browse files
committed
chore: bump version to 1.4.0, remove npm release scripts
Sync package.json version with marketplace.json (1.4.0) for the installer's version detection. Remove release:* scripts and publishConfig — npm releases are no longer used.
1 parent eae7a73 commit cc78e4c

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "bmad-builder",
4-
"version": "1.1.0",
4+
"version": "1.4.0",
55
"private": true,
66
"description": "A BMad Core expansion module that guides users through the creation of Modules Workflow and Agents",
77
"keywords": [
@@ -31,11 +31,6 @@
3131
"lint:fix": "eslint . --ext .js,.cjs,.mjs,.yaml --fix",
3232
"lint:md": "markdownlint-cli2 \"**/*.md\"",
3333
"prepare": "husky || exit 0",
34-
"release": "npm run release:patch",
35-
"release:major": "npm version major && git push --follow-tags",
36-
"release:minor": "npm version minor && git push --follow-tags",
37-
"release:patch": "npm version patch && git push --follow-tags",
38-
"release:prerelease": "npm version prerelease && git push --follow-tags",
3934
"test": "npm run test:schemas && npm run test:refs && npm run validate:schemas && npm run lint && npm run lint:md && npm run format:check",
4035
"test:refs": "node test/test-validate-file-refs.cjs",
4136
"test:schemas": "node test/test-agent-schema.js",
@@ -92,8 +87,5 @@
9287
},
9388
"engines": {
9489
"node": ">=22.0.0"
95-
},
96-
"publishConfig": {
97-
"access": "public"
9890
}
9991
}

0 commit comments

Comments
 (0)