diff --git a/examples/package.json b/examples/package.json index b492305..303a3ab 100644 --- a/examples/package.json +++ b/examples/package.json @@ -8,5 +8,8 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", - "license": "ISC" + "license": "ISC", + "dependencies": { + "scrapfly-sdk": "^0.1.0" + } }