Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "morsify", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Morse code translator and decoder which also generates audio.", | ||
@@ -11,2 +11,4 @@ "keywords": [ | ||
"morse translator", | ||
"morse decoder", | ||
"morse encoder", | ||
"morsify" | ||
@@ -31,8 +33,8 @@ ], | ||
}, | ||
"main": "./index.js", | ||
"main": "./src/morsify.js", | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"index.js", | ||
"dist/morsify.min.js" | ||
"src", | ||
"dist" | ||
], | ||
@@ -42,3 +44,3 @@ "scripts": { | ||
"test-cov": "istanbul cover _mocha", | ||
"lint": "jshint index.js" | ||
"lint": "jshint ./src/morsify.js" | ||
}, | ||
@@ -45,0 +47,0 @@ "engines": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
20597
1