8000 Update template. · nodegit/nodegit@a2fdff6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2fdff6

Browse files
committed
Update template.
1 parent 57a1276 commit a2fdff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generate/templates/templates/enums.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var NodeGit = require("../");
1+
module.exports = function(NodeGit) {
22
NodeGit.Enums = {};
33

44
{% each . as enumerable %}
@@ -12,3 +12,4 @@ NodeGit.Enums = {};
1212
{% endif %}
1313
{% endif %}
1414
{% endeach %}
15+
}

0 commit comments

Comments
 (0)
0