Skip to content

Commit 9796d3c

Browse files
committed
Added missing npm package
1 parent c7895ac commit 9796d3c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

install.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ module.exports = function(session, options){
2121
});
2222
}
2323

24+
// clang_tool npm package
25+
session.install({
26+
"name": "clang_tool",
27+
"description": "Native nodejs libclang bindings",
28+
"cwd": "~/.c9"
29+
}, {
30+
"npm": "clang_tool"
31+
});
32+
2433
// Show the installation screen
2534
session.start();
2635
};

0 commit comments

Comments
 (0)