Skip to content

Commit

Permalink
feat!: Update @cfware/shadow-element
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Sep 17, 2020
1 parent 768c51b commit d758e5a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nav-item.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ShadowElement, html, template, define, stringProperties, booleanProperties} from '@cfware/shadow-element';
import ShadowElement, {html, template, define, stringProperties, booleanProperties} from '@cfware/shadow-element';

class NavItem extends ShadowElement {
constructor() {
Expand Down
2 changes: 1 addition & 1 deletion nav-menu.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ShadowElement, html, template, define} from '@cfware/shadow-element';
import ShadowElement, {html, template, define} from '@cfware/shadow-element';
import './nav-section.js';
import './nav-item.js';

Expand Down
2 changes: 1 addition & 1 deletion nav-section.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ShadowElement, html, template, define, stringProperties, booleanProperties} from '@cfware/shadow-element';
import ShadowElement, {html, template, define, stringProperties, booleanProperties} from '@cfware/shadow-element';

class NavSection extends ShadowElement {
constructor() {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
},
"homepage": "https://github.com/cfware/nav-menu#readme",
"dependencies": {
"@cfware/shadow-element": "^0.14.0"
"@cfware/shadow-element": "^0.15.0"
},
"devDependencies": {
"@cfware/fastify-test-helper": "^0.7.0",
"@cfware/lint": "^2.0.1",
"@cfware/nyc": "^0.7.0",
"@cfware/tap-selenium-manager": "^1.0.0",
"@fortawesome/fontawesome-free": "^5.10.2",
"@cfware/tap-selenium-manager": "^1.1.0",
"@fortawesome/fontawesome-free": "^5.14.0",
"libtap": "^0.3.0",
"nyc": "^15.0.0",
"nyc": "^15.1.0",
"tap-yaml-summary": "^0.1.0"
}
}

0 comments on commit d758e5a

Please sign in to comment.