Skip to content

Commit 480cee7

Browse files
committed
Publish version 0.12.0
1 parent 9796d3c commit 480cee7

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "c9.ide.language.cpp",
3-
"description": "Cloud9 C/C++ language plugin",
2+
"name": "c9.ide.language.cpp",
3+
"description": "Cloud9 C/C++ language plugin",
4+
"version": "0.12.0",
5+
"author": "Robin Dietrich",
6+
"contributors": [],
7+
"repository": {
8+
"type": "git",
9+
"url": "http://github.com/invokr/c9.ide.language.cpp.git"
10+
},
11+
"installer": {
412
"version": "0.12.0",
5-
"author": "Robin Dietrich",
6-
"contributors": [],
7-
"repository": {
8-
"type": "git",
9-
"url": "http://github.com/invokr/c9.ide.language.cpp.git"
10-
},
11-
"installer": {
12-
"version": "0.12.0",
13-
"main": "install.js",
14-
},
15-
"plugins": {
16-
"cpp": {}
17-
},
18-
"categories": [
19-
"core"
20-
],
21-
"licenses": [
22-
"AGPL"
23-
]
24-
}
13+
"main": "install.js"
14+
},
15+
"plugins": {
16+
"cpp": {}
17+
},
18+
"categories": [
19+
"core"
20+
],
21+
"licenses": [
22+
"AGPL"
23+
]
24+
}

0 commit comments

Comments
 (0)