kopia lustrzana https://github.com/c9/core
Added gem, pip and zip package managers
rodzic
c8661faee8
commit
bf059cad00
|
@ -69,6 +69,9 @@ return [
|
|||
"./c9.ide.installer/commands/centos",
|
||||
"./c9.ide.installer/commands/bash",
|
||||
"./c9.ide.installer/commands/npm",
|
||||
"./c9.ide.installer/commands/pip",
|
||||
"./c9.ide.installer/commands/gem",
|
||||
"./c9.ide.installer/commands/zip",
|
||||
"./c9.ide.installer/commands/symlink",
|
||||
{
|
||||
packagePath: "./c9.ide.installer/commands/tar.gz",
|
||||
|
|
|
@ -525,6 +525,9 @@ module.exports = function(options) {
|
|||
"plugins/c9.ide.installer/commands/centos",
|
||||
"plugins/c9.ide.installer/commands/bash",
|
||||
"plugins/c9.ide.installer/commands/npm",
|
||||
"plugins/c9.ide.installer/commands/pip",
|
||||
"plugins/c9.ide.installer/commands/gem",
|
||||
"plugins/c9.ide.installer/commands/zip",
|
||||
"plugins/c9.ide.installer/commands/symlink",
|
||||
{
|
||||
packagePath: "plugins/c9.ide.installer/commands/tar.gz",
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"c9.ide.help.support": "#60e88f5680",
|
||||
"c9.ide.imgeditor": "#08bbc53578",
|
||||
"c9.ide.immediate": "#6845a93705",
|
||||
"c9.ide.installer": "#13d1bd28e4",
|
||||
"c9.ide.installer": "#d5c8b8f9c1",
|
||||
"c9.ide.mount": "#32e79866ee",
|
||||
"c9.ide.navigate": "#64156c7f4a",
|
||||
"c9.ide.newresource": "#f1f0624768",
|
||||
|
|
Ładowanie…
Reference in New Issue