@npm_leadtech/legal-lib-components 7.27.3 → 7.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npm_leadtech/legal-lib-components",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.28.0",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"upgrade-major": "yarn prepare-upgrade && npm version major -m \"Update major version number\" && git push && git push --tags",
|
|
17
17
|
"storybook": "storybook dev -p 6006",
|
|
18
18
|
"format": "prettier --write \"**/*.{js,jsx,json,md,ts,tsx,scss}\"",
|
|
19
|
+
"prettier": "prettier --check .",
|
|
19
20
|
"jest": "jest --maxWorkers=2",
|
|
20
21
|
"test": "jest --coverage",
|
|
21
22
|
"prepare": "husky",
|
|
@@ -121,6 +122,11 @@
|
|
|
121
122
|
"lint-staged": {
|
|
122
123
|
"**/*": "prettier --write --ignore-unknown"
|
|
123
124
|
},
|
|
125
|
+
"jestSonar": {
|
|
126
|
+
"reportPath": "coverage",
|
|
127
|
+
"reportFile": "test-reporter.xml",
|
|
128
|
+
"indent": 4
|
|
129
|
+
},
|
|
124
130
|
"exports": {
|
|
125
131
|
".": "./dist/src/index.js",
|
|
126
132
|
"./ActionButtonHeaderRatafiaCard": "./dist/src/components/atoms/ActionButtonHeaderRatafiaCard/index.js",
|