diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-24 14:31:13 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-24 14:54:45 +0200 |
commit | aca1143cb9eed16cf37f04e475e4257418dd18ac (patch) | |
tree | 76a01e647c1f391e66d0e7288aa95f9a482108dd /package.json | |
parent | 214ccac2d45fa67bddca87e0daf010a3e31bab36 (diff) |
simplify translations build system
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 0709bc29b..223e27e5a 100644 --- a/package.json +++ b/package.json @@ -58,5 +58,8 @@ "vinyl-fs": "^2.4.3", "webpack": "^2.4.1", "webpack-merge": "^4.1.0" + }, + "dependencies": { + "pogen": "file:tooling/pogen/" } } |