vue-jscodeshift-adapter
Advanced tools
Comparing version 2.0.2 to 2.0.3
# Change Log | ||
## [2.0.3] - 2019-12-11 | ||
- Update dependencies | ||
## [2.0.2] - 2019-05-23 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "vue-jscodeshift-adapter", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Run jscodeshift on Vue single file components", | ||
@@ -29,3 +29,3 @@ "main": "src/index.js", | ||
"jest": "^23.4.2", | ||
"jscodeshift": "^0.6.4", | ||
"jscodeshift": "^0.7.0", | ||
"jscodeshift-helper": "^1.1.0" | ||
@@ -32,0 +32,0 @@ }, |
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
17993