Skip to content

Commit

Permalink
DIG-387: Handling Shared Components - replace config-babel > react-fleet
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipbentonkelly committed Aug 26, 2022
1 parent 8e567e5 commit 782970d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules-js/react-fleet/.babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"presets": [
"@cityofboston/config-babel/browser",
"@cityofboston/config-babel/typescript",
"@cityofboston/config-babel/storybook"
"config-babel/browser",
"config-babel/typescript",
"config-babel/storybook"
],
"plugins": [
[
Expand Down
2 changes: 1 addition & 1 deletion modules-js/react-fleet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/runtime": "^7.1.2",
"@cityofboston/config-babel": "^0.0.0",
"babel-config": "CityOfBoston/config-babel#main",
"@cityofboston/config-typescript": "^0.0.0",
"@cityofboston/percy-common": "^0.0.0",
"@cityofboston/storybook-common": "^0.0.0",
Expand Down

0 comments on commit 782970d

Please sign in to comment.