Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "mini-url", | ||
"description": "Lightweight isomorphic url parser.", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"author": "Dylan Piercey <pierceydylan@gmail.com>", | ||
@@ -57,3 +57,3 @@ "browser": { | ||
"coveralls": "cat coverage/lcov.info | coveralls", | ||
"format-all": "find ./{src,test}/*.ts | xargs prettier --write", | ||
"format-all": "find ./{src,test}/**/*.ts | xargs prettier --write", | ||
"mocha": "mocha -r ts-node/register ./test/**/*.test.ts", | ||
@@ -60,0 +60,0 @@ "precommit": "lint-staged && npm test", |
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
16022