Skip to content

Commit 4ecc6cb

Browse files
committed
update the npm publish file
1 parent d7e853a commit 4ecc6cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qiniu",
33
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage API",
4-
"version": "v1.0.23",
4+
"version": "v1.0.24",
55
"main": "dist/qiniu.js",
66
"moduleType": [
77
"globals"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "qiniu-js",
33
"jsName": "qiniu",
4-
"version": "1.0.23",
4+
"version": "1.0.24",
55
"private": false,
66
"scripts": {
77
"start": "node demo/server.js",
88
"watch": "webpack --watch",
99
"build": "webpack"
1010
},
1111
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage API",
12-
"main": "dist/qiniu.js",
12+
"main": "dist/qiniu.min.js",
1313
"repository": {
1414
"type": "git",
1515
"url": "git://github.com/qiniu/js-sdk.git"

0 commit comments

Comments
 (0)