Skip to content

Commit

Permalink
[formatter] Update publisher name (#20399)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
damirka authored Nov 26, 2024
1 parent 53cccd8 commit 6255b64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions external-crates/move/tooling/prettier-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "prettier-move",
"publisher": "MystenLabs",
"publisher": "mysten",
"displayName": "Move Formatter Developer Preview",
"description": "Adds Move code formatting to VSCode using Prettier@v3",
"version": "0.1.0",
"private": true,
"preview": true,
"icon": "img/move.png",
"license": "Apache-2.0",
"browser": "./src/extension.js",
"main": "./src/extension.js",
"repository": {
"type": "git",
"url": "https://github.com/MystenLabs/sui.git",
Expand Down Expand Up @@ -64,11 +66,10 @@
},
"configurationDefaults": {
"[move]": {
"editor.defaultFormatter": "MystenLabs.prettier-move"
"editor.defaultFormatter": "mysten.prettier-move"
}
}
},
"main": "./src/extension.js",
"scripts": {
"package": "vsce package",
"lint": "pnpm run eslint:check && pnpm run prettier:check",
Expand Down

0 comments on commit 6255b64

Please sign in to comment.