@ribajs/cache
Advanced tools
Comparing version 1.9.0-beta.1 to 1.9.0-beta.2
{ | ||
"name": "@ribajs/cache", | ||
"description": "Cache module of Riba.js", | ||
"version": "1.9.0-beta.1", | ||
"version": "1.9.0-beta.2", | ||
"author": "Pascal Garber <pascal@artandcode.studio>", | ||
@@ -35,3 +35,12 @@ "contributors": [ | ||
], | ||
"scripts": {}, | ||
"scripts": { | ||
"lint": "eslint src --ext .js,.jsx,.ts,.tsx --fix && tsc --noEmit", | ||
"build": "npm run lint && npm run build:module", | ||
"build:module": "tsc", | ||
"clean": "rm -rf ./dist ./lib" | ||
}, | ||
"files": [ | ||
"/src", | ||
"/dist" | ||
], | ||
"bugs": { | ||
@@ -43,10 +52,13 @@ "url": "https://github.com/ribajs/riba/issues" | ||
"devDependencies": { | ||
"@ribajs/eslint-config": "1.9.0-beta.1", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"eslint": "^7.8.1", | ||
"eslint-config-prettier": "^6.11.0", | ||
"@ribajs/eslint-config": "1.9.0-beta.2", | ||
"@ribajs/tsconfig": "1.9.0-beta.2", | ||
"@types/jest": "^26.0.14", | ||
"@typescript-eslint/eslint-plugin": "^4.4.1", | ||
"@typescript-eslint/parser": "^4.4.1", | ||
"eslint": "^7.11.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"prettier": "^2.1.1" | ||
"prettier": "^2.1.2", | ||
"typescript": "^4.0.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
4859
10
98
60
1
2
1
12
10