Skip to content

Commit a6e7bde

Browse files
committed
prod: updated to version 0.0.2
1 parent b034e07 commit a6e7bde

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "omnetpp-vscode",
33
"displayName": "OMNeT++ NED and MSG",
4-
"description": "Extension for the OMNeT++ NED and MSG languages",
5-
"version": "0.0.1",
4+
"description": "Official extension for the OMNeT++ NED and MSG languages",
5+
"version": "0.0.2",
66
"publisher": "opensim",
77
"repository": "https://github.com/omnetpp/omnetpp-vscode",
88
"icon": "logo128.png",
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"test": "echo \"Error: no test specified\"",
1717
"package": "vsce package",
18-
"deploy": "vsce publish --yarn"
18+
"deploy": "vsce publish"
1919
},
2020
"contributes": {
2121
"languages": [
@@ -28,7 +28,9 @@
2828
},
2929
{
3030
"id": "omnetpp-msg",
31-
"extensions": [".msg"],
31+
"extensions": [
32+
".msg"
33+
],
3234
"configuration": "./language-configuration.json"
3335
}
3436
],

0 commit comments

Comments
 (0)