remark-break-line 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +0 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -254,6 +254,5 @@ export default function remarkBreakLongLines({ maxLineLength = 80, removeLinebre
254
254
  }
255
255
 
256
256
  })
257
- console.log(JSON.stringify(tree));
258
257
  }
259
258
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remark-break-line",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "keywords": [