Comparing version 1.1.0 to 1.1.1
@@ -22,2 +22,2 @@ #!/usr/bin/env node | ||
console.log(repeating(cli.input[0], cli.input[1])); | ||
console.log(repeating(String(cli.input[0]), cli.input[1])); |
{ | ||
"name": "repeating", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Repeat a string - fast", | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
"is-finite": "^1.0.0", | ||
"meow": "^1.0.0" | ||
"meow": "^2.0.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2901
+ Addedmeow@2.1.0(transitive)
+ Addedobject-assign@2.1.1(transitive)
- Removedmeow@1.0.0(transitive)
- Removedobject-assign@1.0.0(transitive)
Updatedmeow@^2.0.0