Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "metawatch", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -14,3 +14,3 @@ "description": "Deep nested directories watch for node.js", | ||
"type": "git", | ||
"url": "https://github.com/metarhia/metawatch" | ||
"url": "git+https://github.com/metarhia/metawatch.git" | ||
}, | ||
@@ -42,12 +42,12 @@ "bugs": { | ||
"devDependencies": { | ||
"@types/node": "^20.2.5", | ||
"eslint": "^8.44.0", | ||
"eslint-config-metarhia": "^8.2.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"@types/node": "^20.10.4", | ||
"eslint": "^8.55.0", | ||
"eslint-config-metarhia": "^8.2.2", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^5.0.0-alpha.2", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"metatests": "^0.8.2", | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.0.4" | ||
"prettier": "^3.1.1", | ||
"typescript": "^5.3.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
7091