Skip to content

Commit 2576d4a

Browse files
authored
Merge pull request #310 from jemygraw/master
update the npm publish file
2 parents af5b989 + 4839d45 commit 2576d4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "qiniu",
33
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage API",
4-
"version": "v1.0.23",
5-
"main": "dist/qiniu.js",
4+
"version": "v1.0.24",
5+
"main": "dist/qiniu.min.js",
66
"moduleType": [
77
"globals"
88
],

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)