Skip to content

Commit

Permalink
fix yarn.lock and package.json issues that were preventing builds fro…
Browse files Browse the repository at this point in the history
…m running properly. Update eclipse wallet version manifest
  • Loading branch information
dlin128 committed Mar 12, 2024
1 parent 5931432 commit 0509132
Show file tree
Hide file tree
Showing 4 changed files with 4,477 additions and 3,525 deletions.
2 changes: 1 addition & 1 deletion extension/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Salmon Wallet",
"description": "Your all-in-one & open-source wallet for the crypto space.",
"version": "0.4.0",
"version": "0.4.2",
"action": {
"default_popup": "index.html",
"default_title": "Open the popup"
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"license": "GPL-3.0-only",
"dependencies": {
"@babel/preset-env": "^7.24.0",
"@babel/preset-flow": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@bonfida/spl-name-service": "^1.1.1",
Expand Down Expand Up @@ -85,6 +86,7 @@
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"babel-jest": "^26.6.3",
"buffer": "^6.0.3",
Expand Down Expand Up @@ -116,7 +118,7 @@
"start:web": "react-app-rewired start",
"start:web:main": "REACT_APP_SALMON_ENV=main react-app-rewired start",
"start:web:prod": "REACT_APP_SALMON_ENV=production react-app-rewired start",
"build:ios": "react-native bundle --assets-dest='./ios' --entry-file='./src/index.native.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"build:ios": "react-native bundle --entry-file='./src/index.native.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"build": "react-app-rewired build",
"build:develop": "REACT_APP_SALMON_ENV=development npm run build",
"build:main": "REACT_APP_SALMON_ENV=main npm run build",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "0.4.0",
"version": "0.4.2",
"short_name": "Salmon Wallet",
"name": "Salmon Token Wallet",
"icons": {
Expand Down
Loading

0 comments on commit 0509132

Please sign in to comment.