aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json
index c453bf705..2f9feaa55 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,6 @@
35 "commit": "git-cz", 35 "commit": "git-cz",
36 "contributors": "all-contributors", 36 "contributors": "all-contributors",
37 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"", 37 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"",
38 "postinstall": "ts-node scripts/postinstall.ts",
39 "apply-branding": "ts-node ./src/i18n/apply-branding.ts", 38 "apply-branding": "ts-node ./src/i18n/apply-branding.ts",
40 "update-submodules": "git submodule update --remote --force", 39 "update-submodules": "git submodule update --remote --force",
41 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding", 40 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding",
@@ -189,7 +188,6 @@
189 "husky": "7.0.2", 188 "husky": "7.0.2",
190 "jest": "27.1.0", 189 "jest": "27.1.0",
191 "kebab-case": "1.0.1", 190 "kebab-case": "1.0.1",
192 "lerna": "4.0.0",
193 "mocha": "9.1.3", 191 "mocha": "9.1.3",
194 "prettier": "2.3.2", 192 "prettier": "2.3.2",
195 "preval-build-info": "1.0.3", 193 "preval-build-info": "1.0.3",