Skip to content

Commit a5928be

Browse files
author
Chris Wiechmann
committed
Back to the default @Axway package scope
1 parent c103348 commit a5928be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-builder-plugin-dc-postgres/config/postgres.default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
module.exports = {
1111
connectors: {
1212
postgres: {
13-
connector: '@axway-api-builder-ext/api-builder-plugin-dc-postgres',
13+
connector: '@axway/api-builder-plugin-dc-postgres',
1414
connectionPooling: true,
1515
connectionLimit: 10,
1616
host: process.env.POSTGRES_HOST,

api-builder-plugin-dc-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@axway-api-builder-ext/api-builder-plugin-dc-postgres",
2+
"name": "@axway/api-builder-plugin-dc-postgres",
33
"description": "PostgreSQL data connector for Axway API Builder",
44
"version": "1.0.0",
55
"author": {

0 commit comments

Comments
 (0)