Skip to content

Commit 612522d

Browse files
author
Dave Conway-Jones
committed
Fix spellings in AWS node
bump package to close #221
1 parent aa4f15f commit 612522d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

aws/aws.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
<option value="us-east-1">us-east-1</option>
9999
<option value="eu-west-1">eu-west-1</option>
100100
<option value="eu-central-1">eu-central-1</option>
101-
<option value="ap-norteast-1">ap-northeast-1</option>
102-
<option value="ap-norteast-2">ap-northeast-2</option>
101+
<option value="ap-northeast-1">ap-northeast-1</option>
102+
<option value="ap-northeast-2">ap-northeast-2</option>
103103
<option value="ap-southeast-1">ap-southeast-1</option>
104104
<option value="ap-southeast-2">ap-southeast-2</option>
105105
<option value="sa-east-1">sa-east-1</option>
@@ -161,8 +161,8 @@
161161
<option value="us-east-1">us-east-1</option>
162162
<option value="eu-west-1">eu-west-1</option>
163163
<option value="eu-central-1">eu-central-1</option>
164-
<option value="ap-norteast-1">ap-northeast-1</option>
165-
<option value="ap-norteast-2">ap-northeast-2</option>
164+
<option value="ap-northeast-1">ap-northeast-1</option>
165+
<option value="ap-northeast-2">ap-northeast-2</option>
166166
<option value="ap-southeast-1">ap-southeast-1</option>
167167
<option value="ap-southeast-2">ap-southeast-2</option>
168168
<option value="sa-east-1">sa-east-1</option>

aws/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name" : "node-red-node-aws",
3-
"version" : "0.1.3",
3+
"version" : "0.1.4",
44
"description" : "A Node-RED node to watch, save and retreive files from an Amazon S3 bucket",
55
"dependencies" : {
66
"aws-sdk": "^2.0.15",
7-
"minimatch": "2.0.4"
7+
"minimatch": "^2.0.10"
88
},
99
"repository" : {
1010
"type":"git",

0 commit comments

Comments
 (0)