diff --git a/Makefile b/Makefile index 60eba0a..ff60213 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,6 @@ lint: test: echo no tests + +publish: + npm publish --access=public diff --git a/package.json b/package.json index c5eeb16..35fe519 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "@hexlet/chatbot-v2", - "private": true, "version": "0.0.1", "type": "module", "files": ["dist"],