1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 20:30:04 +02:00

add some babel stuff

This commit is contained in:
s2
2018-05-05 15:35:25 +02:00
parent d17c4fe70c
commit e76e795120
604 changed files with 103725 additions and 62 deletions

10
node_modules/is-date-object/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,10 @@
1.0.1 / 2015-09-27
=================
* [Fix] If `@@toStringTag` is not present, use the old-school `Object#toString` test
* [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
* [Dev Deps] update `is`, `eslint`, `@ljharb/eslint-config`, `semver`, `tape`, `jscs`, `nsp`, `covert`
* [Tests] up to `io.js` `v3.3`, `node` `v4.1`
1.0.0 / 2015-01-28
=================
* Initial release.