Comparing version 0.26.3 to 0.26.4
@@ -0,1 +1,8 @@ | ||
## [0.26.4](https://github.com/vaadin/magi-cli/compare/v0.26.3...v0.26.4) (2020-07-16) | ||
### Bug Fixes | ||
* use custom gen-typescript-declarations ([#117](https://github.com/vaadin/magi-cli/issues/117)) ([660878c](https://github.com/vaadin/magi-cli/commit/660878c)) | ||
## [0.26.3](https://github.com/vaadin/magi-cli/compare/v0.26.2...v0.26.3) (2020-06-16) | ||
@@ -2,0 +9,0 @@ |
@@ -13,3 +13,3 @@ const fixme = ` | ||
"devDependencies": { | ||
"@polymer/gen-typescript-declarations": "^1.6.2",`; | ||
"@web-padawan/gen-typescript-declarations": "^1.6.2",`; | ||
@@ -16,0 +16,0 @@ module.exports = { |
{ | ||
"name": "magi-cli", | ||
"version": "0.26.3", | ||
"version": "0.26.4", | ||
"description": "Elements team command-line team member", | ||
@@ -5,0 +5,0 @@ "main": "./bin/magi", |
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
69112