We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86543c7 commit 69063abCopy full SHA for 69063ab
framework-modules/modules/feedback.js
@@ -1,6 +1,5 @@
1
var greeting = '';
2
3
-exports.name = 'feedback';
4
exports.version = '1.01';
5
6
exports.install = function(options) {
framework-modules/modules/utils.js
@@ -1,4 +1,3 @@
-exports.name = 'utils';
exports.now = function now() {
0 commit comments