Skip to content

Commit

Permalink
chore: Clean up config files (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaachinman authored Jul 27, 2020
1 parent a43d9c8 commit af78293
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"helpers": true,
"regenerator": true,
"useESModules": false
},
}
}
]
],
Expand Down Expand Up @@ -76,6 +76,6 @@
}
]
]
},
}
}
}
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"next": "^9.5.0",
"next-i18next": "link:../../"
}
}
}
4 changes: 2 additions & 2 deletions greenkeeper.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"groups": {
"default": {
"packages": [
"example/package.json",
"examples/simple/package.json",
"package.json"
]
}
}
}
}

0 comments on commit af78293

Please sign in to comment.