Merge pull request #6 from brianpooe/bugfix/nx-release
feat: allow provided config object to extend other configs BREAKING CHANGE: `extends` key in config file is now used for extending other config files
This commit is contained in:
commit
cf11118932
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@devtools-bp/ns-paystack",
|
||||
"description": "Powerful library that provides seamless integration with the Paystack payment gateway for your NestJS applications. You can easily handle payment transactions with minimal effort.",
|
||||
"version": "1.7.0",
|
||||
"version": "2.0.0",
|
||||
"scripts": {
|
||||
"test": "echo \"Error:no test specified\" && exit 1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@devtools-bp/source",
|
||||
"version": "1.7.0",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start:api:demo": "nx serve ns-paystack-demo",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue