Skip to content

Commit

Permalink
fix: remove icontoggle (#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goo committed Jun 10, 2019
1 parent 0fb049e commit a13089d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/check-pkg-for-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ const NOT_AUTOINIT = [
'auto-init',
'base',
'dom',
'icon-toggle',
'tab', // Only makes sense in context of tab-bar
'tab-indicator', // Only makes sense in context of tab-bar
'tab-scroller', // Only makes sense in context of tab-bar
Expand Down Expand Up @@ -197,7 +196,7 @@ function checkCSSDependencyAddedInMDCPackage() {
}

function checkJSDependencyAddedInMDCPackage() {
const NOT_IMPORTED = ['animation', 'icon-toggle'];
const NOT_IMPORTED = ['animation'];
const name = getPkgName();
if (typeof (CLI_PACKAGE_JSON.main) !== 'undefined' &&
NOT_IMPORTED.indexOf(name) === -1 &&
Expand Down

0 comments on commit a13089d

Please sign in to comment.