Remove grunt-replace nodejs dependency

This was introduced since first commit to `web-apps`:
741b10515d
Accroding to https://www.npmjs.com/package/grunt-replace
it create grunt task `grunt-replace` but it's never used.
Also this depends on `"lodash": "^4.11.0"` and blocking
security updates of `lodash` (current 4.17.15)
This commit is contained in:
Pavel Lobashov 2019-12-18 12:29:34 +03:00
parent a77422602d
commit ad9c03aa4e

View file

@ -19,7 +19,6 @@
"grunt-jscoverage": "0.1.1",
"grunt-json-minify": "^1.1.0",
"grunt-mocha": "^1.0.0",
"grunt-replace": "^1.0.0",
"grunt-spritesmith": "^6.8.0",
"grunt-svgmin": "^6.0.0",
"grunt-text-replace": "0.3.11",