diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-05-20 15:26:32 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-05-20 15:26:32 +0200 |
commit | 7ab0717491dc2ef181a38e3acea18a91dafcc165 (patch) | |
tree | 5eb51de61750a1b3fc043857bd3e79c0a337c4cf /gulpfile.js | |
parent | fd319d66ebcdfcaded5083bc2a42c951fc7a32ce (diff) |
Package manifest.json
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js index 5e8524cbb..eff935c7d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -70,6 +70,7 @@ const paths = { "lib/module-trampoline.js", "popup/**/*.{html,css}", "pages/**/*.{html,css}", + "manifest.json", ], extra: [ "AUTHORS", |