Skip to content

Commit

Permalink
chore: remove dotenv in lens package
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Jun 27, 2024
1 parent 060ee11 commit 7e602af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"dotenv": "16.4.5"
},
"dependencies": {
"@rabbitholegg/questdk": "workspace:*",
"@rabbitholegg/questdk-plugin-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/lens/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export default {
build: {
rollupOptions: {
external: [/@rabbitholegg/, /@lens-protocol/, 'dotenv'],
external: [/@rabbitholegg/, /@lens-protocol/],
},
lib: {
entry: 'src/index.ts',
Expand Down
5 changes: 1 addition & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e602af

Please sign in to comment.