annotate package.json @ 4456:acb21e7362ce

client: pdf-gen: fix diagram title for pdf (waterlevels, hydrologicalconditions) * refactor diagram title for pdf-generation * move isrsIfo function to mixins.js * remove unused gauginfo function
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 23 Sep 2019 09:55:48 +0200
parents ec207cee13bd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4448
ec207cee13bd add sanitize filename to yarn dependencies
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 {
ec207cee13bd add sanitize filename to yarn dependencies
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 "dependencies": {
ec207cee13bd add sanitize filename to yarn dependencies
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3 "sanitize-filename": "^1.6.3"
ec207cee13bd add sanitize filename to yarn dependencies
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4 }
ec207cee13bd add sanitize filename to yarn dependencies
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5 }