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 2cdaaac commit c4c5ff2Copy full SHA for c4c5ff2
3 files changed
package.json
@@ -21,10 +21,11 @@
21
"url": "https://github.com/cloudflare-apps/example-app/issues"
22
},
23
"homepage": "https://github.com/cloudflare-apps/example-app#readme",
24
- "dependencies": {},
+ "dependencies": {
25
+ "mock-browser": "^0.92.14"
26
+ },
27
"devDependencies": {
28
"@cloudflare-apps/environment": "^0.0.2",
- "mocha": "^5.1.1",
29
"standard": "^9.0.2",
30
"webpack": "^4.6.0",
31
"webpack-cli": "^2.0.14"
@@ -35,7 +36,7 @@
35
36
"INSTALL_OPTIONS",
37
"INSTALL_SCOPE",
38
"INSTALL_PRODUCT",
- "INSTALL_ID"
39
+ "INSTALL_ID",
40
]
41
}
42
source/app.js
@@ -20,6 +20,7 @@
20
window.INSTALL_SCOPE = {
setOptions: function setOptions (nextOptions) {
options = nextOptions
+
updateElement()
test/test.js
0 commit comments