Skip to content

Commit

Permalink
Update package.json for publishing to TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
katiepark committed Jun 21, 2023
1 parent 3230270 commit a05a762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@github/markdown-toolbar-element",
"name": "@themarshallproject/markdown-toolbar-element",
"version": "2.1.0",
"description": "Markdown formatting buttons for text inputs.",
"repository": "github/markdown-toolbar-element",
"repository": "themarshallproject/markdown-toolbar-element",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -15,7 +15,7 @@
"pretest": "npm run build",
"test": "karma start test/karma.config.cjs",
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
"postpublish": "npm publish --ignore-scripts --@themarshallproject:registry='https://npm.pkg.github.com'"
},
"keywords": [
"custom-element",
Expand Down

0 comments on commit a05a762

Please sign in to comment.