Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 15a99e2

Browse files
committed
fix(publisher): remove typo
1 parent 923035e commit 15a99e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = function() {
2121

2222
function putThemInVendorDir (filepath) {
2323
return 'vendor/' + path.basename(filepath);
24-
}g
24+
}
2525

2626
return {
2727
humaName : 'UI.Ace',

0 commit comments

Comments
 (0)