Skip to content

Commit f05f26c

Browse files
authored
Export DropboxResponse and DropboxResponseError in JS build (#755)
* Export DropboxResponse and DropboxResponseError in JS build
1 parent c756815 commit f05f26c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
export { default as Dropbox } from './src/dropbox.js';
22
export { default as DropboxAuth } from './src/auth.js';
3+
export { DropboxResponse } from './src/response.js';
4+
export { DropboxResponseError } from './src/error.js';

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dropbox",
3-
"version": "10.4.3",
3+
"version": "10.4.4",
44
"registry": "npm",
55
"description": "The Dropbox JavaScript SDK is a lightweight, promise based interface to the Dropbox v2 API that works in both nodejs and browser environments.",
66
"main": "cjs/index.js",

0 commit comments

Comments
 (0)