Fix S3 bucket name

This commit is contained in:
Fabio Berger
2018-03-22 16:58:20 +00:00
parent 81deb68c8e
commit 538914aa52

View File

@@ -40,8 +40,8 @@
],
"docPublishConfigs": {
"extraFileIncludes": ["../types/src/index.ts"],
"s3BucketPath": "s3://doc-jsons/0xjs/",
"s3StagingBucketPath": "s3://staging-doc-jsons/0xjs/"
"s3BucketPath": "s3://doc-jsons/0x.js/",
"s3StagingBucketPath": "s3://staging-doc-jsons/0x.js/"
}
}
},