We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e853a commit 4ecc6cbCopy full SHA for 4ecc6cb
bower.json
@@ -1,7 +1,7 @@
1
{
2
"name": "qiniu",
3
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage API",
4
- "version": "v1.0.23",
+ "version": "v1.0.24",
5
"main": "dist/qiniu.js",
6
"moduleType": [
7
"globals"
package.json
@@ -1,15 +1,15 @@
"name": "qiniu-js",
"jsName": "qiniu",
- "version": "1.0.23",
+ "version": "1.0.24",
"private": false,
"scripts": {
"start": "node demo/server.js",
8
"watch": "webpack --watch",
9
"build": "webpack"
10
},
11
12
- "main": "dist/qiniu.js",
+ "main": "dist/qiniu.min.js",
13
"repository": {
14
"type": "git",
15
"url": "git://github.com/qiniu/js-sdk.git"
0 commit comments