@vonage/vvd-style-coupling
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,5 @@ | ||
## [1.0.3](https://github.com/vonage/vivid/compare/v1.0.2...v1.0.3) (2021-01-18) | ||
## [1.0.2](https://github.com/vonage/vivid/compare/v1.0.1...v1.0.2) (2021-01-15) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@vonage/vvd-style-coupling", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "> TODO: description", | ||
@@ -25,7 +25,7 @@ "author": "yinonov <yinon@hotmail.com>", | ||
"devDependencies": { | ||
"@vonage/vvd-design-tokens": "^1.0.2", | ||
"@vonage/vvd-foundation": "^1.0.2", | ||
"@vonage/vvd-design-tokens": "^1.0.3", | ||
"@vonage/vvd-foundation": "^1.0.3", | ||
"lit-element": "^2.4.0" | ||
}, | ||
"gitHead": "15c01ce65e2e8ccc20e6c7a21e8650c53105a3b2" | ||
"gitHead": "05344855a57ffb51ba1357a1861d67aaddc64d5c" | ||
} |
{ | ||
"extends": "../../tsconfig.json", | ||
"extends": "../../tsconfig.settings.json", | ||
"compilerOptions": { | ||
@@ -10,8 +10,4 @@ "module": "ESNext", | ||
}, | ||
"include": [ | ||
"src/*.ts" | ||
], | ||
"exclude": [ | ||
"src/test/*.ts" | ||
], | ||
"include": ["src/*.ts"], | ||
"exclude": ["src/test/*.ts"], | ||
"references": [ | ||
@@ -22,2 +18,2 @@ { | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164931
30