mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 15:48:51 +01:00
Changes for release submission.
This commit is contained in:
parent
1b2c4cb487
commit
b8c3b3b830
Binary file not shown.
@ -85,7 +85,7 @@
|
|||||||
mode = "allow";
|
mode = "allow";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
|
// console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
|
||||||
}
|
}
|
||||||
return mode;
|
return mode;
|
||||||
}
|
}
|
||||||
|
@ -129,7 +129,7 @@
|
|||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"author": "Korbinian Kapsner",
|
"author": "Korbinian Kapsner",
|
||||||
"license": "MPL 2.0",
|
"license": "MPL 2.0",
|
||||||
"version": "0.3.1-Development",
|
"version": "0.3.1-Release",
|
||||||
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"firefox": ">=38.0a1",
|
"firefox": ">=38.0a1",
|
||||||
|
Loading…
Reference in New Issue
Block a user