We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d0a1a7 + 42aa3e3 commit eba4cabCopy full SHA for eba4cab
controllers/scriptStorage.js
@@ -22,7 +22,7 @@ if (isPro) {
22
} else {
23
// You need to install (and ruby too): https://github.com/jubos/fake-s3
24
// Then run the fakes3.sh script or: fakes3 -r fakeS3 -p 10001
25
- var DEV_AWS_URL = process.env.DEV_AWS_URL || 'localhost:10001';
+ var DEV_AWS_URL = process.env.DEV_AWS_URL || 'http://localhost:10001';
26
AWS.config.update({
27
accessKeyId: 'fakeId',
28
secretAccessKey: 'fakeKey',
package.json
@@ -78,7 +78,7 @@
78
"postinstall": "node dev/init.js"
79
},
80
"engines": {
81
- "node": ">=0.10.32 <0.11.0",
+ "node": ">=0.10.32 <0.11.0 || >=0.12.0 <=0.12.2",
82
"npm": ">=1.4.28"
83
84
"private": true
0 commit comments