@gooddata/js-utils
Advanced tools
Comparing version 3.5.0 to 3.9.0
{ | ||
"name": "@gooddata/js-utils", | ||
"version": "3.5.0", | ||
"version": "3.9.0", | ||
"description": "Various utils shared on GoodData frontend", | ||
@@ -36,2 +36,3 @@ "repository": { | ||
"devDependencies": { | ||
"@gooddata/frontend-npm-scripts": "1.0.1", | ||
"@gooddata/tslint-config": "^1.0.0", | ||
@@ -41,4 +42,6 @@ "@types/jest": "22.2.3", | ||
"@types/lodash": "^4.14.138", | ||
"husky": "^3.0.5", | ||
"jest": "^24.9.0", | ||
"jest-junit": "3.0.0", | ||
"lint-staged": "^9.2.5", | ||
"ts-jest": "^24.0.1", | ||
@@ -65,3 +68,14 @@ "typescript": "^3.3.4000" | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"src/**/*.{ts,js,tsx,jsx,scss}": [ | ||
"npx gdc-fix-copyright", | ||
"git add" | ||
] | ||
} | ||
} |
57116
11