Skip to content

Commit

Permalink
chore: add hack to manually bump main packages (#3385)
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Mar 9, 2020
1 parent 2578ad7 commit 05a1c91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/netlify-cms-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
"peerDependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4"
}
},
"incrementToForceBump": 0
}
3 changes: 2 additions & 1 deletion packages/netlify-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"netlify-cms-media-library-uploadcare": "^0.5.5",
"react": "^16.8.4",
"react-dom": "^16.8.4"
}
},
"incrementToForceBump": 0
}

0 comments on commit 05a1c91

Please sign in to comment.