escape-string-applescript
Advanced tools
Comparing version 0.1.1 to 1.0.0
{ | ||
"name": "escape-string-applescript", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "Escape a string for use in AppleScript", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "node test.js" | ||
}, | ||
@@ -33,4 +33,4 @@ "files": [ | ||
"devDependencies": { | ||
"mocha": "*" | ||
"ava": "0.0.3" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1689
1