aliyun-oss-deploy
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -12,3 +12,3 @@ /** | ||
const deploy = require('..'); | ||
const deploy = require('../index.js'); | ||
@@ -15,0 +15,0 @@ const deployGenerator = deploy.deployGenerator; |
@@ -53,2 +53,3 @@ /** | ||
const deployGenerator = function* (filePath, config, prefix, byStream) { | ||
filePath = filePath && path.resolve(filePath); | ||
prefix = prefix || ''; | ||
@@ -55,0 +56,0 @@ |
{ | ||
"name": "aliyun-oss-deploy", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "An aliyun oss deploy tool, putObject and putStream are all supported.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
190
45806