Skip to content

Commit

Permalink
fix: remove extra lib from bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Jul 26, 2022
1 parent 4e5fc66 commit c3c0154
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@
"postversion": "yarn bump:flutter && git add .",
"deploy:flutterweb:demo": "cd examples/with_flutter_sample && flutter pub get && flutter build web --web-renderer html && npx vercel ./build/web --confirm --token=$VERCEL_TOKEN_GLOBAL"
},
"dependencies": {
"@typescript-eslint/parser": "^5.31.0"
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/parser": "^5.31.0",
"@babel/core": "7.16.0",
"@babel/plugin-proposal-private-property-in-object": "^7.16.5",
"@babel/preset-env": "7.16.4",
Expand Down

1 comment on commit c3c0154

@vercel
Copy link

@vercel vercel bot commented on c3c0154 Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.