annotate package.json @ 4452:a3cbf5a2c1ef

Clarify that db update scripts must not include regular schema files.
author Sascha Wilde <wilde@intevation.de>
date Fri, 20 Sep 2019 16:38:20 +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 }