From a05ef4bb5101e6e8d999ad0d7383b394996fb763 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Fri, 15 Oct 2021 17:20:09 +0530 Subject: chore: move 'packages/themes' into 'src' (no longer an injected package) (#2080) --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 248a96ef9..c453bf705 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dev": "cross-env NODE_ENV=development gulp dev", "test": "jest", "test:watch": "jest --watch", - "lint": "eslint \"{src,scripts,packages}/**/*.{js,jsx,ts,tsx}\" --quiet", + "lint": "eslint \"{src,test,scripts}/**/*.{js,jsx,ts,tsx}\" --quiet", "lint:fix": "npm run lint -- --fix", "extract": "formatjs extract 'src/**/*.{js,ts,tsx}' --out-file temp.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace", "compile": "formatjs compile 'temp.json' --out-file src/i18n/locales/en-US.json", @@ -35,7 +35,6 @@ "commit": "git-cz", "contributors": "all-contributors", "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"", - "packages": "npx lerna publish --no-git-tag-version", "postinstall": "ts-node scripts/postinstall.ts", "apply-branding": "ts-node ./src/i18n/apply-branding.ts", "update-submodules": "git submodule update --remote --force", @@ -65,7 +64,6 @@ "@mdi/font": "6.2.95", "@mdi/js": "6.2.95", "@mdi/react": "1.5.0", - "@meetfranz/theme": "file:packages/theme", "@sentry/electron": "2.5.3", "auto-launch": "5.0.5", "btoa": "1.2.1", -- cgit v1.2.3-70-g09d2