aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-15 19:09:43 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-15 19:09:43 +0530
commitf453ec83142be417b79ad0ac8c794a44f2e3b4da (patch)
treee44d20bb85711c8f5d3f962eb04d459e7dfdb3ff /package.json
parentchore: move 'packages/themes' into 'src' (no longer an injected package) (#2080) (diff)
downloadferdium-app-f453ec83142be417b79ad0ac8c794a44f2e3b4da.tar.gz
ferdium-app-f453ec83142be417b79ad0ac8c794a44f2e3b4da.tar.zst
ferdium-app-f453ec83142be417b79ad0ac8c794a44f2e3b4da.zip
chore: remove 'lerna' since we don't use monorepo-style packages any more (#2081)
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",