remove lang js for now

This commit is contained in:
Florian Dold 2016-03-02 01:34:04 +01:00
parent 2d61551340
commit 344d3bda09
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@ const paths = {
"img/*", "img/*",
"style/*.css", "style/*.css",
"lib/vendor/*", "lib/vendor/*",
"lib/i18n-strings.js",
"lib/emscripten/libwrapper.js", "lib/emscripten/libwrapper.js",
"lib/module-trampoline.js", "lib/module-trampoline.js",
"popup/**/*.{html,css}", "popup/**/*.{html,css}",

View File

@ -2,7 +2,7 @@
"description": "Privacy preserving and transparent payments", "description": "Privacy preserving and transparent payments",
"manifest_version": 2, "manifest_version": 2,
"name": "GNU Taler Wallet (git)", "name": "GNU Taler Wallet (git)",
"version": "0.5.11", "version": "0.5.12",
"applications": { "applications": {
"gecko": { "gecko": {