aboutsummaryrefslogtreecommitdiffstats
path: root/lerna.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 /lerna.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 'lerna.json')
-rw-r--r--lerna.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/lerna.json b/lerna.json
deleted file mode 100644
index 2fec49441..000000000
--- a/lerna.json
+++ /dev/null
@@ -1,9 +0,0 @@
1{
2 "npmClient": "npm",
3 "version": "independent",
4 "ignoreChanges": [
5 "**/*.md",
6 "**/.eslintrc.{js,json,yaml,yml}",
7 "**/package-lock.json"
8 ]
9}