Skip to content

Commit b5d725c

Browse files
committed
Configuration for publishing packages
1 parent 29e80e7 commit b5d725c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"name": "cna-aws-cdk-patterns",
2+
"name": "@accenture/cna-aws-cdk-patterns",
33
"version": "0.1.0",
44
"repository": "git://github.com/Accenture/cna-aws-cdk-patterns.git",
55
"license": "MIT",
6+
"publishConfig": {
7+
"registry": "https://npm.pkg.github.com"
8+
},
69
"main": "index.js",
710
"types": "index.d.ts",
811
"scripts": {

0 commit comments

Comments
 (0)