@flourish/pocket-knife
Advanced tools
Comparing version 1.3.2 to 2.0.0
{ | ||
"name": "@flourish/pocket-knife", | ||
"type": "module", | ||
"version": "1.3.2", | ||
"version": "2.0.0", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "description": "Flourish module with handy tools", |
@@ -0,1 +1,5 @@ | ||
# 2.0.0 | ||
* Switch to preferring ESM by default on recent versions of Node.js by adding an `exports` field to `package.json`. | ||
* Run build script as part of `prepublishOnly` instead of `prepare`. | ||
# 1.3.2 | ||
@@ -2,0 +6,0 @@ * Ensure non-string inputs to wrapStringToLines are forced into strings |
73856
1336