Skip to content

Commit 9d6e95c

Browse files
committed
add scope
1 parent b7fbb32 commit 9d6e95c

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,5 +1,5 @@
11
{
2-
"name": "aac-processors",
2+
"name": "@willwade/aac-processors",
33
"version": "0.0.0-development",
44
"description": "A comprehensive TypeScript library for processing AAC (Augmentative and Alternative Communication) file formats with translation support",
55
"main": "dist/index.js",
@@ -56,6 +56,9 @@
5656
"url": "https://github.com/willwade"
5757
},
5858
"license": "MIT",
59+
"publishConfig": {
60+
"access": "public"
61+
},
5962
"repository": {
6063
"type": "git",
6164
"url": "https://github.com/willwade/AACProcessors-nodejs.git"

0 commit comments

Comments
 (0)