@@ -30,6 +30,7 @@ const getTranspilePackages = () => {
'hastscript',
'html-void-elements',
'is-absolute-url',
+ 'is-plain-obj',
'longest-streak',
'micromark',
'property-information',
@@ -1,12 +0,0 @@
-/*
- * Reference: https://community.algolia.com/shipjs/
- */
-module.exports = {
- monorepo: {
- mainVersionFile: 'package.json',
- packagesToBump: [
- 'apps/*',
- 'packages/*',
- ],
- },
-};