Skip to content

Commit

Permalink
fix: remove orion-icons from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Aug 28, 2020
1 parent bd2e6eb commit 305ce66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const getVersionData = async () => {

versions['designTokens'] = await latestVersion('@alaskaairux/orion-design-tokens');
versions['wcss'] = await latestVersion('@alaskaairux/orion-web-core-style-sheets');
versions['icons'] = await latestVersion('@alaskaairux/orion-icons');
versions['icons'] = await latestVersion('@alaskaairux/icons');
versions['focusVisible'] = await latestVersion('focus-visible');
versions['webcomponentsjs'] = await latestVersion('@webcomponents/webcomponentsjs');
versions['litElement'] = await latestVersion('lit-element');
Expand Down
5 changes: 2 additions & 3 deletions template/package.temp
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"peerDependencies": {
"@alaskaairux/orion-design-tokens": "^[designTokens]",
"@alaskaairux/orion-web-core-style-sheets": "^[wcss]",
"@alaskaairux/orion-icons": "^[icons]",
"@alaskaairux/icons": "^[icons]",
"@webcomponents/webcomponentsjs": "^[webcomponentsjs]",
"focus-visible": "^[focusVisible]"
},
"devDependencies": {
"@alaskaairux/orion-design-tokens": "^[designTokens]",
"@alaskaairux/orion-icons": "^[icons]",
"@alaskaairux/icons": "^[icons]",
"@alaskaairux/orion-web-core-style-sheets": "^[wcss]",
"@babel/core": "^[bableCore]",
"@babel/plugin-syntax-dynamic-import": "^[bableSyntaxDynamicImport]",
Expand All @@ -42,7 +42,6 @@
"@open-wc/testing": "^[openwcTesting]",
"@open-wc/testing-karma": "^[openwcKarma]",
"@polymer/iron-demo-helpers": "^3.1.0",
"@polymer/iron-icons": "^3.0.1",
"@polymer/polymer": "^3.3.1",
"@semantic-release/changelog": "^[srChangelog]",
"@semantic-release/git": "^[srGit]",
Expand Down

0 comments on commit 305ce66

Please sign in to comment.