Comparing version 1.1.7 to 1.1.8
@@ -1,2 +0,2 @@ | ||
const wrap = require("../src/index"); | ||
const wrap = require("ruxe"); | ||
@@ -3,0 +3,0 @@ let textwrapped = wrap("Harry has a little farm, he has 4 cows, 15 chickens and 3 goats in his farm. He likes to grow a variety of crops such as wheat, barley, rice and corn! He loves farming! He also has good storage facilities in the farm and modern irrigation systems!", { align:"left", color:"magenta", separateAt: 20 }); |
{ | ||
"name": "ruxe", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
9114