diff --git a/.changeset/proud-chicken-count.md b/.changeset/proud-chicken-count.md new file mode 100644 index 0000000..35d6633 --- /dev/null +++ b/.changeset/proud-chicken-count.md @@ -0,0 +1,5 @@ +--- +"axe-apca": patch +--- + +Fix package.json metadata diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac5ecc6..186e898 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,8 +37,7 @@ jobs: id: changesets uses: changesets/action@v1 with: - publish: npm run publish - version: npm run version + publish: npm run release title: 'chore(new-release)' commit: 'chore(new-release)' env: diff --git a/package.json b/package.json index 28631c4..5ec00bd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/StackExchange/axe-apca.git" + "url": "git+https://github.com/StackExchange/axe-apca.git" }, "license": "MIT", "files": [ @@ -25,8 +25,7 @@ "lint:fix": "eslint ./src --fix", "test": "web-test-runner", "test:watch": "web-test-runner --watch", - "version": "changeset version", - "publish": "npm run build && changeset publish" + "release": "npm run build && changeset publish" }, "dependencies": { "apca-w3": "^0.1.9"