Commit Graph

11 Commits

Author SHA1 Message Date
Ben Zörb
37ef519a3e
Replace lodash with native methods and use its packages directly. (#262)
Replace lodash with native methods and use its packages directly.
2019-11-05 00:02:18 +01:00
XhmikosR
d52be4228f Replace lodash with native methods and use its packages directly.
Dropped:

* `_.forEach`
* `_.map`
* `_.reduce`
2019-11-03 17:37:43 +02:00
XhmikosR
1e1b3c4997 Remove resolve dependency. 2019-11-03 15:07:47 +02:00
XhmikosR
16edeba928 Update dependencies.
* postcss to v7.0.18
* postcss-discard to v0.3.2
* read-pkg-up to v7.0.0
* xo to v0.25.3

Remove the unneeded eslint-plugin-prettier dep. xo includes this.
2019-10-07 17:15:21 +03:00
XhmikosR
2d529d3779 Minor tweaks.
* add `'use strict'` statements
* use template literals
2019-08-09 16:45:00 +03:00
Ben Zörb
17a6426186 Bump dependencies 2019-06-13 23:31:53 +02:00
bezoerb
8c8cf700e5 Allow to configure noscript position 2019-03-26 17:31:54 +01:00
bezoerb
dc53fda0d9 fix: removed endless loop in getPartials 2019-01-16 23:48:01 +01:00
bezoerb
45b3a72209 fix: prevent newline in case of 0 noscripts 2019-01-02 16:41:45 +01:00
bezoerb
cea065d366 feature: move noscript links to end of document #139 2019-01-02 07:14:03 +01:00
Ben Zörb
e37904080a
Switched to jsdom (#240) 2018-12-30 23:41:29 +01:00