vue-jscodeshift-adapter
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Change Log | ||
## [2.0.1] - 2018-08-01 | ||
- Update dependencies | ||
## [2.0.0] - 2018-03-25 | ||
@@ -4,0 +8,0 @@ ### Breaking Change |
{ | ||
"name": "vue-jscodeshift-adapter", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Run jscodeshift on Vue single file components", | ||
@@ -28,4 +28,4 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"jest": "^22.1.4", | ||
"jscodeshift": "^0.4.1", | ||
"jest": "^23.4.2", | ||
"jscodeshift": "^0.5.1", | ||
"jscodeshift-helper": "^1.1.0" | ||
@@ -39,3 +39,6 @@ }, | ||
"vue-template-compiler": "^2.5.13" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node" | ||
} | ||
} |
# vue-jscodeshift-adapter | ||
[![Build Status](https://travis-ci.org/psalaets/vue-jscodeshift-adapter.svg?branch=master)](https://travis-ci.org/psalaets/vue-jscodeshift-adapter) | ||
[![Build Status](https://travis-ci.org/psalaets/vue-jscodeshift-adapter.svg?branch=master)](https://travis-ci.org/psalaets/vue-jscodeshift-adapter) [![Greenkeeper badge](https://badges.greenkeeper.io/psalaets/vue-jscodeshift-adapter.svg)](https://greenkeeper.io/) | ||
@@ -5,0 +5,0 @@ Run [jscodeshift](https://github.com/facebook/jscodeshift) on Vue single file components |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24035
0