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.
1 parent 28a9720 commit d439dedCopy full SHA for d439ded
config/functions/package.json
@@ -8,6 +8,6 @@
8
},
9
"private": true,
10
"engines": {
11
- "node": "8"
+ "node": "10"
12
}
13
tools/config.js
@@ -77,7 +77,7 @@ Promise.resolve(userToken || cachedToken)
77
.then(config =>
78
fs.writeFile(
79
path.resolve(__dirname, '../config/project.json'),
80
- JSON.stringify(config, null, 2)
+ JSON.stringify(config.sdkConfig, null, 2)
81
)
82
);
83
0 commit comments