Skip to content

Commit 134d785

Browse files
committed
fix npm warnings.
1 parent 6449670 commit 134d785

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

tools/package.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
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-
}
2+
"name": "editorsyntax",
3+
"license" : "MIT",
4+
"description": "PowerShell language syntax",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/PowerShell/EditorSyntax.git"
8+
},
9+
"version": "1.0.0",
10+
"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

Comments
 (0)