Skip to content

Commit

Permalink
fix: es6 syntax get error for old browser
Browse files Browse the repository at this point in the history
  • Loading branch information
liquanwei committed Apr 22, 2019
1 parent b274a3f commit afad9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
@@ -1,2 +1,2 @@
const Ping = require('./src/ping');
module.exports = Ping;
var Ping = require('./src/ping');
module.exports = Ping;

0 comments on commit afad9ec

Please sign in to comment.