Skip to content

Commit

Permalink
formatting package.json (lint troubles)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Jul 19, 2023
1 parent 8bb533e commit debe99b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"@emotion/styled": "^11.3.0",
"@fontsource/inter": "^4.0.0",
"@reduxjs/toolkit": "^1.9.3",
"@scarf/scarf": "^1.1.1",
"@superset-ui/chart-controls": "file:./packages/superset-ui-chart-controls",
"@superset-ui/core": "file:./packages/superset-ui-core",
"@superset-ui/legacy-plugin-chart-calendar": "file:./plugins/legacy-plugin-chart-calendar",
Expand Down Expand Up @@ -204,7 +205,6 @@
"regenerator-runtime": "^0.13.5",
"rimraf": "^3.0.2",
"rison": "^0.1.1",
"@scarf/scarf": "^1.1.1",
"scroll-into-view-if-needed": "^2.2.28",
"shortid": "^2.2.6",
"tinycolor2": "^1.4.2",
Expand Down Expand Up @@ -347,9 +347,6 @@
"webpack-manifest-plugin": "^4.1.1",
"webpack-sources": "^3.2.3"
},
"scarfSettings": {
"allowTopLevel": true
},
"engines": {
"node": "^16.9.1",
"npm": "^7.5.4 || ^8.1.2"
Expand All @@ -361,5 +358,8 @@
}
},
"readme": "ERROR: No README data found!",
"scarfSettings": {
"allowTopLevel": true
},
"_id": "superset@0.0.0-dev"
}

0 comments on commit debe99b

Please sign in to comment.