From cc1b804dfeb04d249135116cf25c0c722036955d Mon Sep 17 00:00:00 2001 From: Denis Forveille Date: Sat, 7 Oct 2023 11:03:46 -0400 Subject: [PATCH] doc --- doc.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc.txt b/doc.txt index c05a6bc..30e50af 100644 --- a/doc.txt +++ b/doc.txt @@ -7,3 +7,9 @@ https://stackoverflow.com/questions/49264426/vuejs-custom-directive-emit-event fork from vue-the-mask: https://github.com/RonaldJerez/vue-the-mask https://github.com/probil/v-mask + +to publish: + + npm login --reg https://registry.npmjs.org/ + npm publish --access public --reg https://registry.npmjs.org/ +