gatsby-codemods
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.1.6...gatsby-codemods@1.1.7) (2019-09-18) | ||
**Note:** Version bump only for package gatsby-codemods | ||
## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.1.5...gatsby-codemods@1.1.6) (2019-09-09) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "gatsby-codemods", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.", | ||
@@ -39,3 +39,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "8562e93c9d413b2660a40aaad34fb10b33d98921" | ||
"gitHead": "2627b1bca2e1f1fab1c4394e2fd5dacaf865e114" | ||
} |
@@ -46,3 +46,3 @@ ## gatsby-codemods | ||
```sh | ||
```shell | ||
jscodeshift -t node_modules/gatsby-codemods/dist/transforms/global-graphql-calls.js <path> | ||
@@ -78,3 +78,3 @@ ``` | ||
```sh | ||
```shell | ||
jscodeshift -t node_modules/gatsby-codemods/dist/transforms/import-link.js <path> | ||
@@ -100,3 +100,3 @@ ``` | ||
```sh | ||
```shell | ||
jscodeshift -t node_modules/gatsby-codemods/dist/transforms/navigate-calls.js <path> | ||
@@ -128,3 +128,3 @@ ``` | ||
```sh | ||
```shell | ||
jscodeshift -t node_modules/gatsby-codemods/dist/transforms/rename-bound-action-creators.js <path-to-file> | ||
@@ -131,0 +131,0 @@ ``` |
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
39260