Skip to content

Commit

Permalink
fix(publish): adds access public
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed Nov 5, 2021
1 parent a208d9b commit 43dc08c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
@@ -1,9 +1,13 @@
{
"name": "@immobiliarelabs/dats",
"version": "1.0.0-0",
"version": "1.0.0",
"description": "Minimalistic zero-dependencies UDP/TCP statsd client for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"nodejs",
"javascript",
Expand Down

0 comments on commit 43dc08c

Please sign in to comment.