Skip to content

Commit

Permalink
chore(release): release work (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaneyHamdy authored Mar 15, 2024
1 parent 49702dd commit 7c143ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
"requireCleanWorkingDir": false
},
"npm": {
"publish": true,
"skipChecks": true
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
"publish": true
},
"github": {
"release": true,
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/quantummetric/analytics-module-qm"
"url": "git+https://github.com/quantummetric/analytics-module-qm.git"
},
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"registry": "https://registry.npmjs.org"
},
"backstage": {
"role": "frontend-plugin"
Expand Down

0 comments on commit 7c143ec

Please sign in to comment.