Skip to content

Commit

Permalink
fix(card): declare missing dependencies (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinonov committed Dec 27, 2021
1 parent 1850d4b commit a70020f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions components/calendar/package.json
Expand Up @@ -18,7 +18,6 @@
"directory": "components/calendar"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build:typescript": "tsc -b",
"build:styles": "umbrella-style-modules --path=\"./src\"",
"build": "yarn run build:styles && yarn run build:typescript"
Expand All @@ -39,4 +38,4 @@
"@vonage/vvd-umbrella": "2.24.1",
"typescript": "^4.3.2"
}
}
}
8 changes: 6 additions & 2 deletions components/card/package.json
Expand Up @@ -6,6 +6,7 @@
"license": "ISC",
"main": "vwc-card.js",
"module": "vwc-card.js",
"types": "vwc-card.d.ts",
"files": [
"*.js",
"*.ts",
Expand All @@ -25,6 +26,7 @@
"url": "https://github.com/Vonage/vivid/issues"
},
"dependencies": {
"@vonage/vvd-core": "2.24.1",
"@vonage/vwc-badge": "2.24.1",
"@vonage/vwc-button": "2.24.1",
"@vonage/vwc-icon": "2.24.1",
Expand All @@ -33,8 +35,10 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@vonage/vvd-design-tokens": "2.24.1",
"@vonage/vvd-foundation": "2.24.1",
"@vonage/vvd-typography": "2.24.1",
"@vonage/vvd-umbrella": "2.24.1"
"@vonage/vvd-umbrella": "2.24.1",
"typescript": "^4.3.2"
}
}
}

0 comments on commit a70020f

Please sign in to comment.