Skip to content

Commit

Permalink
index.js migrated to ES Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nieapolitycznie committed Dec 10, 2022
1 parent 866cc78 commit 18ba970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = require('./src/dropbox-api.js');
import api from './src/dropbox-api';

export default api;

0 comments on commit 18ba970

Please sign in to comment.