Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "get-loc", | ||
"description": "Gets the current location for an html document with polyfill and webworker support.", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"author": "Dylan Piercey <pierceydylan@gmail.com>", | ||
@@ -44,3 +44,3 @@ "bugs": "https://github.com/DylanPiercey/get-loc/issues", | ||
"type": "git", | ||
"url": "https://github.com/DylanPiercey/header-field" | ||
"url": "https://github.com/DylanPiercey/parse-form" | ||
}, | ||
@@ -50,3 +50,3 @@ "scripts": { | ||
"coveralls": "cat coverage/lcov.info | coveralls", | ||
"format-all": "find ./{src,test}/**/*.ts | xargs prettier --write", | ||
"format-all": "find {src,test} -name '*.ts' | xargs prettier --write", | ||
"mocha": "mocha -r ts-node/register ./test/**/*.test.ts", | ||
@@ -53,0 +53,0 @@ "precommit": "lint-staged && npm test && npm run build", |
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
4549