Skip to content

Commit 5b9387e

Browse files
Remove object property shorthand. Fixes #1.
1 parent 9d09437 commit 5b9387e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = function() {
22
return {
33
visitor: {
4-
ModuleDeclaration(path) {
4+
ModuleDeclaration: function(path) {
55
path.remove();
66
}
77
}

0 commit comments

Comments
 (0)