We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ed3d1 commit 636745fCopy full SHA for 636745f
.github/workflows/release.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: Publish to npm
17
run : |
18
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
19
- npm publish --ignore-scripts
+ npm publish --ignore-scripts --access=public
20
env :
21
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "@telegraf/entity",
3
"version": "0.0.0-dev",
4
- "private": false,
5
"description": "Convert Telegram entities to HTML or Markdown",
6
"main": ".npm/script/mod.js",
7
"types": ".npm/types/mod.d.ts",
0 commit comments