Skip to content

Commit 9e906c7

Browse files
Dw/postgresql flexible server (Azure#15768)
* Code Changes for Postgresql Flexible Server * Update Readme File * Change Package Name and Version Number * fix package.json Co-authored-by: Sarangan Rajamanickam <[email protected]>
1 parent 8f7aa27 commit 9e906c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk/postgresql/arm-postgresql-flexible/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"rollup-plugin-sourcemaps": "^0.4.2",
2828
"uglify-js": "^3.6.0"
2929
},
30-
"homepage": "https://github.com/Azure/azure-sdk-for-js",
30+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/postgresql/arm-postgresql-flexible",
3131
"repository": {
3232
"type": "git",
3333
"url": "https://github.com/Azure/azure-sdk-for-js.git"
@@ -54,5 +54,6 @@
5454
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/arm-postgresql-flexible.js.map'\" -o ./dist/arm-postgresql-flexible.min.js ./dist/arm-postgresql-flexible.js",
5555
"prepack": "npm install && npm run build"
5656
},
57-
"sideEffects": false
57+
"sideEffects": false,
58+
"autoPublish": true
5859
}

0 commit comments

Comments
 (0)