We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6449670 commit 134d785Copy full SHA for 134d785
tools/package.json
@@ -1,10 +1,16 @@
1
{
2
- "name": "EditorSyntax",
3
- "version": "1.0.0",
4
- "dependencies": {
5
- "fast-plist": "0.1.2"
6
- },
7
- "scripts": {
8
- "build-grammar": "node ./scripts/build-grammar.js ../PowerShellSyntax.tmLanguage ../syntaxes/powershell.tmLanguage.json"
9
- }
10
-}
+ "name": "editorsyntax",
+ "license" : "MIT",
+ "description": "PowerShell language syntax",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/PowerShell/EditorSyntax.git"
+ },
+ "version": "1.0.0",
+ "dependencies": {
11
+ "fast-plist": "0.1.2"
12
13
+ "scripts": {
14
+ "build-grammar": "node ./scripts/build-grammar.js ../PowerShellSyntax.tmLanguage ../syntaxes/powershell.tmLanguage.json"
15
+ }
16
+}
0 commit comments