Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kyorkston committed Dec 23, 2021
1 parent 4a8ca43 commit 4281796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/refract-rxjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "refract-rxjs",
"description": "Refract bindings for React with RxJS: harness the power of reactive programming to supercharge your components!",
"version": "4.2.3",
"version": "5.0.0-rc.0",
"main": "index.js",
"jsnext:main": "index.es.js",
"module": "index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function publish() {
const changedPackages = await detectChanges()
checkingSpinner.stop()

if (changedPackages.length === 0) {
if (!changedPackages.length) {
console.log('Nothing to release!')
process.exit(0)
}
Expand Down

0 comments on commit 4281796

Please sign in to comment.