@clark/eslint-util-get-package
Advanced tools
Comparing version 1.17.0 to 1.18.0
{ | ||
"name": "@clark/eslint-util-get-package", | ||
"version": "1.17.0", | ||
"version": "1.18.0", | ||
"description": "Finds the `package.json` a source file belongs to", | ||
@@ -26,4 +26,8 @@ "keywords": [ | ||
"lint": "eslint --ext ts .", | ||
"prepack": "tsc --build --force", | ||
"postpack": "tsc --build --clean" | ||
"build": "tsc --build --force", | ||
"clean": "tsc --build --clean", | ||
"patch-main-prod": "../../tools/patch-json-object.js package.json '{ \"main\": \"index.js\" }'", | ||
"patch-main-dev": "../../tools/patch-json-object.js package.json '{ \"main\": \"index.ts.js\" }'", | ||
"prepack": "yarn build && yarn patch-main-prod", | ||
"postpack": "yarn clean && yarn patch-main-dev" | ||
}, | ||
@@ -34,4 +38,5 @@ "dependencies": { | ||
"devDependencies": { | ||
"@clark/eslint-config-node-typescript": "^1.17.0", | ||
"@clark/eslint-config-node-typescript": "^1.18.0", | ||
"eslint": "^6.8.0", | ||
"ts-node": "^8.5.4", | ||
"typescript": "^3.7.4" | ||
@@ -42,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "e9a183d56a8b142feaf72f15b56cf2e081ab5c04" | ||
} | ||
"gitHead": "82795cf3464a749844bbaeaf913fcfb781bec24d" | ||
} |
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
5555
4