Skip to content

Commit 69063ab

Browse files
committed
Removed exports.name.
1 parent 86543c7 commit 69063ab

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

framework-modules/modules/feedback.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
var greeting = '';
22

3-
exports.name = 'feedback';
43
exports.version = '1.01';
54

65
exports.install = function(options) {

framework-modules/modules/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
exports.name = 'utils';
21
exports.version = '1.01';
32

43
exports.now = function now() {

0 commit comments

Comments
 (0)