Skip to content

Commit

Permalink
feat(presets): add sequelize-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Aug 28, 2019
1 parent 5433788 commit 2237b33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@
"@eclass:base",
"config:js-lib"
]
},
"sequelize-lib": {
"description": "Default configuration for sequelize libraries",
"extends": [
"@eclass:js-lib"
],
"ignoreDeps": [
"sequelize"
]
}
}
}

0 comments on commit 2237b33

Please sign in to comment.