Skip to content

Commit

Permalink
fix(browser): construct in third frame
Browse files Browse the repository at this point in the history
  • Loading branch information
binghaiwang committed Apr 9, 2018
1 parent f5de168 commit d129223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/rockuw/oss-in-browser#readme",
"dependencies": {
"ali-oss": "^4.11.2",
"ali-oss": "^5.0.0",
"babel-polyfill": "^6.26.0",
"co": "^4.6.0",
"express": "^4.16.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist"
],
"browser": {
"lib/client.js": "./lib/browser.js",
"lib/client.js": "./dist/aliyun-oss-sdk.js",
"mime": "./shims/mime.js",
"urllib": "./shims/xhr.js",
"utility": "./shims/utility.js",
Expand Down

0 comments on commit d129223

Please sign in to comment.