Skip to content

Commit

Permalink
Updated package name
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed Mar 14, 2023
1 parent 5833d26 commit f9e922b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vscode-mathml",
"name": "@michijs/vscode-mathml",
"displayName": "MathML",
"description": "MathML extension for VS Code",
"author": "Lucas M. Segurado",
Expand All @@ -24,8 +24,9 @@
"scripts": {
"start": "ts-node ./tasks/generateTypes.ts",
"dist": "tsc",
"package": "vsce package",
"publish": "vsce publish",
"publish": "npm run start && npm publish --access public",
"package": "change-package-name vscode-mathml && vsce package && change-package-name @michijs/vscode-mathml",
"publish-vsce": "vsce publish",
"link": "npm run dist && npm link --force && tsc -w"
},
"keywords": [
Expand All @@ -35,6 +36,7 @@
"typescript"
],
"devDependencies": {
"change-package-name": "1.0.5",
"@vscode/web-custom-data": "0.4.5",
"@vscode/vsce": "2.18.0",
"lint-staged": "13.2.0",
Expand Down

0 comments on commit f9e922b

Please sign in to comment.