@typespec/prettier-plugin-typespec 0.46.0-dev.2 → 0.46.0-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/prettier-plugin-typespec",
|
|
3
|
-
"version": "0.46.0-dev.
|
|
3
|
+
"version": "0.46.0-dev.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
@@ -30,6 +30,5 @@
|
|
|
30
30
|
"test": "mocha --timeout 5000 'test/**/*.js'",
|
|
31
31
|
"test-official": "mocha --timeout 5000 --forbid-only 'test/**/*.js'",
|
|
32
32
|
"generate-third-party-notices": "typespec-build-tool generate-third-party-notices"
|
|
33
|
-
}
|
|
34
|
-
"readme": "# Prettier Plugin for TypeSpec\n\n## Requirements\n\n- **Using node 14 and above**\n- For use in **VSCode**, use version `VSCode 1.56` and above.\n\n## Getting Started\n\n```bash\nnpm install --save-dev prettier @typespec/prettier-plugin-typespec\n```\n\nYou can now call prettier\n\n```bash\n./node_modules/.bin/prettier --write '**/*.tsp'\n```\n"
|
|
33
|
+
}
|
|
35
34
|
}
|