Skip to content

Commit 18ba970

Browse files
index.js migrated to ES Modules
1 parent 866cc78 commit 18ba970

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
module.exports = require('./src/dropbox-api.js');
1+
import api from './src/dropbox-api';
2+
3+
export default api;

0 commit comments

Comments
 (0)