Skip to content

Commit a9c235c

Browse files
authored
Merge pull request #44 from LukasTy/loosen-jscodeshift-peer-dep
build: loosen `jscodeshift` peer dependency version
2 parents 6c24069 + e668ba8 commit a9c235c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@
112112
"jscodeshift-find-imports": "^2.0.2"
113113
},
114114
"peerDependencies": {
115-
"jscodeshift": "^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0"
115+
"jscodeshift": ">=0.7 <1"
116116
}
117117
}

0 commit comments

Comments
 (0)