@ribajs/cache
Advanced tools
Comparing version 1.9.0-beta.3 to 1.9.0-beta.4
{ | ||
"name": "@ribajs/cache", | ||
"description": "Cache module of Riba.js", | ||
"version": "1.9.0-beta.3", | ||
"version": "1.9.0-beta.4", | ||
"author": "Pascal Garber <pascal@artandcode.studio>", | ||
@@ -36,3 +36,3 @@ "contributors": [ | ||
"scripts": { | ||
"lint": "eslint src --ext .js,.jsx,.ts,.tsx --fix && tsc --noEmit", | ||
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix && tsc --noEmit", | ||
"build": "npm run lint && npm run build:module", | ||
@@ -52,13 +52,13 @@ "build:module": "tsc", | ||
"devDependencies": { | ||
"@ribajs/eslint-config": "1.9.0-beta.3", | ||
"@ribajs/tsconfig": "1.9.0-beta.3", | ||
"@types/jest": "^26.0.15", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"eslint": "^7.11.0", | ||
"eslint-config-prettier": "^6.14.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"prettier": "^2.1.2", | ||
"typescript": "^4.0.3" | ||
"@ribajs/eslint-config": "1.9.0-beta.4", | ||
"@ribajs/tsconfig": "1.9.0-beta.4", | ||
"@types/jest": "^26.0.16", | ||
"@typescript-eslint/eslint-plugin": "^4.9.0", | ||
"@typescript-eslint/parser": "^4.9.0", | ||
"eslint": "^7.14.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.2.0", | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.1.2" | ||
} | ||
} |
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
4861