Skip to content

Commit

Permalink
fix: switch to main Lit package (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart authored Jun 23, 2022
1 parent 0bdf8e0 commit 09e5a67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion d2l-navigation-separator.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '@brightspace-ui/core/components/colors/colors.js';
import '@brightspace-ui/core/components/icons/icon.js';
import { css, html, LitElement } from 'lit-element';
import { css, html, LitElement } from 'lit';

/**
* Separator component to be used between buttons in a navigational element.
Expand Down
2 changes: 1 addition & 1 deletion d2l-navigation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import './d2l-navigation-band.js';
import { css, html, LitElement } from 'lit-element';
import { css, html, LitElement } from 'lit';

/**
* Primary navigation wrapper component.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@brightspace-ui/typography": "^8",
"@polymer/polymer": "^3",
"fastdom": "^1",
"lit-element": "^3",
"lit": "^2",
"resize-observer-polyfill": "^1"
}
}

0 comments on commit 09e5a67

Please sign in to comment.