Skip to content

Commit

Permalink
fix https error
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Jul 10, 2017
1 parent 2be346b commit 3dada36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/cos-js-sdk-v5.js
Original file line number Diff line number Diff line change
Expand Up @@ -29146,12 +29146,12 @@ function plural(ms, n, name) {

module.exports = {
"name": "cos-js-sdk-v5",
"version": "0.0.2",
"version": "0.0.3",
"description": "cos js sdk v5",
"main": "index.js",
"scripts": {
"dev": "SET NODE_ENV=development&& webpack -w",
"build": "SET NODE_ENV=development&& webpack"
"build": "SET NODE_ENV=production&& webpack"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions dist/cos-js-sdk-v5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "SET NODE_ENV=development&& webpack -w",
"build": "SET NODE_ENV=development&& webpack"
"build": "SET NODE_ENV=production&& webpack"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3dada36

Please sign in to comment.