Skip to content

Commit

Permalink
Merge pull request #22 from arminreiter/dev
Browse files Browse the repository at this point in the history
angular and bootstrap upgrade, async updates, new networks, style fixed
  • Loading branch information
arminreiter authored Dec 21, 2023
2 parents 8241558 + 2d6c6a3 commit b551042
Show file tree
Hide file tree
Showing 34 changed files with 12,537 additions and 21,558 deletions.
16 changes: 0 additions & 16 deletions src/.browserslistrc

This file was deleted.

9 changes: 4 additions & 5 deletions src/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "web3toolkit:build:production"
"buildTarget": "web3toolkit:build:production"
},
"development": {
"browserTarget": "web3toolkit:build:development"
"buildTarget": "web3toolkit:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "web3toolkit:build"
"buildTarget": "web3toolkit:build"
}
},
"test": {
Expand All @@ -109,6 +109,5 @@
}
}
}
},
"defaultProject": "web3toolkit"
}
}
Loading

0 comments on commit b551042

Please sign in to comment.