@ribajs/history
Advanced tools
Comparing version 1.9.0-beta.3 to 1.9.0-beta.4
{ | ||
"name": "@ribajs/history", | ||
"description": "History 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 && tsc", | ||
@@ -52,8 +52,8 @@ "build:ts": "npm run lint", | ||
"devDependencies": { | ||
"@ribajs/eslint-config": "1.9.0-beta.3", | ||
"@ribajs/tsconfig": "1.9.0-beta.3", | ||
"@types/jest": "^26.0.15", | ||
"eslint": "^7.11.0", | ||
"typescript": "^4.0.3" | ||
"@ribajs/eslint-config": "1.9.0-beta.4", | ||
"@ribajs/tsconfig": "1.9.0-beta.4", | ||
"@types/jest": "^26.0.16", | ||
"eslint": "^7.14.0", | ||
"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
7410