Skip to content

Commit

Permalink
use es6
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Feb 3, 2020
1 parent 8eee778 commit 768503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
var addon = require('../native');
const addon = require('../native');

exports.hello = addon.hello;

0 comments on commit 768503b

Please sign in to comment.