We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023b523 commit 673fd2eCopy full SHA for 673fd2e
2 files changed
.github/workflows/build-and-release.yml
@@ -83,5 +83,6 @@ jobs:
83
publish: yarn changeset publish
84
title: "🦋 Release package updates"
85
commit: "Bump package versions"
86
+ setupGitUser: false
87
env:
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -3,7 +3,9 @@
3
"version": "9.10.0",
4
"type": "module",
5
"main": "dist/cjs/index.js",
6
- "repository": "github:guardian/prosemirror-elements",
+ "repository": {
7
+ "url": "git+https://github.com/guardian/prosemirror-elements.git"
8
+ },
9
"module": "dist/esm/index.js",
10
"types": "dist/declaration/index.d.ts",
11
"publishConfig": {
0 commit comments