crypto-exchange-rates
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "crypto-exchange-rates", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Receives up-to-date cryptocurrency rates without delays", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"start": "nodemon index.js", | ||
"test": "test" | ||
"start": "nodemon ./lib/index.js", | ||
"test": "mocha ./test/test.js" | ||
}, | ||
@@ -10,0 +10,0 @@ "keywords": [ |
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
12451