Skip to content

Commit fe69798

Browse files
committed
Ensure package will be public
1 parent 9da0acb commit fe69798

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"type": "git",
1818
"url": "git+https://github.com/TelemetryDeck/JavaScriptSDK.git"
1919
},
20+
"private": false,
21+
"publishConfig": {
22+
"access": "public"
23+
},
2024
"keywords": [
2125
"TelemetryDeck",
2226
"tracking",

0 commit comments

Comments
 (0)