Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Move react-native-url-polyfill to devDep in @wordpress/url
No longer necessary as a runtime dependency after is-url.native.js was removed
  • Loading branch information
blowery authored and gziolo committed Sep 9, 2021
commit 106d60138826a18c7c00bb901a7906d7cf7c55b5
4 changes: 3 additions & 1 deletion packages/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.13.10",
"lodash": "^4.17.21",
"lodash": "^4.17.21"
},
"devDependencies": {
"react-native-url-polyfill": "^1.1.2"
},
"publishConfig": {
Expand Down