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 686f472 commit 984146bCopy full SHA for 984146b
index.js
@@ -1,4 +1,6 @@
1
-exports.printMsg = function() {
2
- console.log("This is a message from the demo package");
3
- }
+exports.printMsg = function({
+ dir = "functions"
+}) {
4
+ console.log(dir);
5
+}
6
package.json
@@ -2,7 +2,7 @@
"name": "netlify-functions-api-docs",
"version": "1.0.0",
"description": "",
- "repository": "netlify-functions-api-docs",
+ "repository": "https://github.com/raulcr98/netlify-functions-api-docs.git",
"main": "index.js",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments