Skip to content

Commit 921c516

Browse files
author
Sean McBreen
committed
ms-vscode & 0.1.0
1 parent 005fdb9 commit 921c516

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ on how to contribute to this extension!
3535

3636
## License
3737

38-
This extension is [licensed under the MIT License](LICENSE). Please see the
38+
This extension is [licensed under the MIT License](LICENSE.txt). Please see the
3939
[third-party notices](Third Party Notices.txt) file for details on the third-party
4040
binaries that we include with releases of this project.

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
"name": "PowerShell",
33
"displayName": "PowerShell",
44
"version": "0.1.0",
5-
"publisher": "daviwil",
5+
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": { "vscode": "0.10.x" },
8-
"author": {
9-
"name": "Microsoft Corporation - Development Labs"
10-
},
11-
"license":"SEE LICENSE FILE",
8+
"license":"SEE LICENSE IN LICENSE.txt",
129
"homepage": "https://github.com/PowerShell/vscode-powershell/README.md",
1310
"categories": [
1411
"Languages",

0 commit comments

Comments
 (0)