Skip to content

Commit af88b95

Browse files
committed
1.0.1
1 parent 4c84092 commit af88b95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-s3-plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Uploads compiled assets to s3 after build",
55
"main": "dist/s3_plugin.js",
66
"scripts": {

src/s3_plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ module.exports = class S3Plugin {
262262
// avoid noname folders in bucket
263263
if (Key[0] === '/')
264264
Key = Key.substr(1)
265-
265+
266266
if (s3Params.ContentType === undefined)
267267
s3Params.ContentType = mime.getType(fileName)
268268

0 commit comments

Comments
 (0)