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:
Brian Pooe 2023-07-14 19:35:01 +02:00 committed by GitHub
commit cf11118932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"
},

View file

@ -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",