Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
Remove liferay-theme-es2015-hook (toolkit v8) (#110, #164, #199)
Browse files Browse the repository at this point in the history
Three reasons to delete this:

1. It doesn't actually work:
   #110
2. We wanted to simplify the structure of the monorepo anyway:
   #164
3. It has ancient dependencies which add noise to `yarn audit`:
   #199

`yarn audit` goes from:

    105 vulnerabilities found - Packages audited: 139619
    Severity: 38 Low | 31 Moderate | 36 High

to:

    94 vulnerabilities found - Packages audited: 135401
    Severity: 34 Low | 28 Moderate | 32 High

with this change.

We target v8 of the toolbox in this change, but I will make the
equivalent change in the "master" (v9) branch as well.

A later step will be to address #110, but that will involve completely
rethinking and reimplenting how we do ES2015 support.
  • Loading branch information
wincent committed Mar 15, 2019
1 parent 952ed2b commit ce6a145
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 260 deletions.
9 changes: 0 additions & 9 deletions packages/liferay-theme-es2015-hook/LICENSE.md

This file was deleted.

66 changes: 0 additions & 66 deletions packages/liferay-theme-es2015-hook/README.md

This file was deleted.

159 changes: 0 additions & 159 deletions packages/liferay-theme-es2015-hook/index.js

This file was deleted.

26 changes: 0 additions & 26 deletions packages/liferay-theme-es2015-hook/package.json

This file was deleted.

0 comments on commit ce6a145

Please sign in to comment.