Skip to content

Commit

Permalink
fix(renovate): change order of extends custom base
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Oct 25, 2019
1 parent bf5c0d4 commit 689a294
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@
"js-app": {
"description": "Default configuration for webapps",
"extends": [
"@eclass:base",
"config:js-app"
"config:js-app",
"@eclass:base"
]
},
"js-lib": {
"description": "Default configuration for libraries",
"extends": [
"@eclass:base",
"config:js-lib"
"config:js-lib",
"@eclass:base"
]
},
"sequelize-lib": {
Expand Down

0 comments on commit 689a294

Please sign in to comment.