Skip to content

Commit be8432f

Browse files
Merge pull request #22 from drone/namespace
[MAINT] changed to scope harnessio
2 parents d8ad914 + 69c7ac1 commit be8432f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ff-nodejs-server-sdk",
2+
"name": "@harnessio/ff-nodejs-server-sdk",
33
"version": "1.1.0",
44
"description": "Feature flags SDK for NodeJS environments",
55
"main": "dist/cjs/index.js",
@@ -80,5 +80,8 @@
8080
},
8181
"files": [
8282
"dist"
83-
]
83+
],
84+
"publishConfig": {
85+
"access": "public"
86+
}
8487
}

0 commit comments

Comments
 (0)