Skip to content

Commit

Permalink
fix(elevation): missing vvd core (#1097)
Browse files Browse the repository at this point in the history
* fixed jfrog issues

* added import for "@vonage/vvd-core"

* added dep for "@vonage/vvd-core"

* rectified deps

* Runtime library for TypeScript helper functions

Co-authored-by: yinon <yinon@hotmail.com>
  • Loading branch information
tveinfeld and yinonov committed Oct 18, 2021
1 parent 949105c commit 4673fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/elevation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"dependencies": {
"@vonage/vvd-foundation": "2.20.1",
"@vonage/vvd-core": "2.20.1",
"lit-element": "^2.4.0",
"tslib": "^2.3.0"
},
Expand Down
1 change: 1 addition & 0 deletions components/elevation/src/vwc-elevation.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@vonage/vvd-core';
import { customElement, html, LitElement } from 'lit-element';
import { style } from './vwc-elevation.css.js';
import { property } from 'lit-element/lib/decorators';
Expand Down

0 comments on commit 4673fda

Please sign in to comment.