Skip to content

Commit c557a18

Browse files
committed
minimal main
1 parent 9e2a675 commit c557a18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
module.exports = {
2-
version: require('./package').version
3-
};
1+
exports.version = require('./package').version;

0 commit comments

Comments
 (0)