byte-conversion
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "byte-conversion", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Converts different units of Bytes. Currently, supported units are Bytes, KB, MB, GB, TB, PB, EB, ZB, YB.", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/QrioSage/ByteConverter.git" | ||
"url": "git+https://github.com/QrioSage/ByteConversion.git" | ||
}, | ||
@@ -21,5 +21,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/QrioSage/ByteConverter/issues" | ||
"url": "https://github.com/QrioSage/ByteConversion/issues" | ||
}, | ||
"homepage": "https://github.com/QrioSage/ByteConverter#readme" | ||
"homepage": "https://github.com/QrioSage/ByteConversion#readme" | ||
} |
@@ -1,2 +0,2 @@ | ||
# ByteConverter | ||
# Byte Conversion | ||
@@ -7,3 +7,3 @@ Converts different units of Bytes. Currently, supported units are Bytes, KB, MB, GB, TB, PB, EB, ZB, YB. | ||
npm install byteconversion | ||
npm install byte-conversion | ||
@@ -14,3 +14,3 @@ # Usage | ||
var btc = require('byteconverter'); | ||
var btc = require('byte-conversion'); | ||
@@ -17,0 +17,0 @@ console.log(btc.format(1048576)); // returns 1 MB |
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
2196