Skip to content

Commit

Permalink
Merge pull request #15894 from joaomoreno/scm-api
Browse files Browse the repository at this point in the history
Provisional SCM API & git extension
  • Loading branch information
joaomoreno authored Jan 16, 2017
2 parents a6376e7 + 7c96cac commit f8838a3
Show file tree
Hide file tree
Showing 84 changed files with 27,237 additions and 263 deletions.
3 changes: 2 additions & 1 deletion build/npm/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const extensions = [
'php',
'javascript',
'css',
'html'
'html',
'git'
];

extensions.forEach(extension => npmInstall(`extensions/${extension}`));
Loading

0 comments on commit f8838a3

Please sign in to comment.