aboutsummaryrefslogtreecommitdiff
path: root/fname_data.json
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-08-25 14:53:22 +1000
committerYuchen Pei <hi@ypei.me>2021-08-25 14:53:22 +1000
commit048ce0af1c0273ec57923acf941616fe930f44c2 (patch)
tree8d3e2951bc84c06b83993138f36796d9b48a46da /fname_data.json
parentf8d2fdd802b66767d9bc80685ebdac5740bdb8dc (diff)
Fixing json files.
No more parsing errors and the extension can build. Tested by loading in browser in about:debugging (0 test failure).
Diffstat (limited to 'fname_data.json')
-rw-r--r--fname_data.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/fname_data.json b/fname_data.json
index e8ab932..cc4443d 100644
--- a/fname_data.json
+++ b/fname_data.json
@@ -1,5 +1,5 @@
-module.exports = {
- fname_data : {
+{
+ "fname_data" : {
"WebGLShader": true,
"WebGLShaderPrecisionFormat": true,
"WebGLQuery": true,
@@ -829,4 +829,4 @@ module.exports = {
"NodeList": true,
"StopIteration": true
}
-};
+}