Skip to content

Commit

Permalink
fix(package.json): metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
giamir committed Oct 13, 2023
1 parent 021a235 commit 42d5b12
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-chicken-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"axe-apca": patch
---

Fix package.json metadata
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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"
Expand Down

0 comments on commit 42d5b12

Please sign in to comment.