diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9f54a31..678ff22 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -38,6 +38,6 @@ jobs: - name: Build run: npm run build - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/.gitignore b/.gitignore index b512c09..76add87 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +dist \ No newline at end of file diff --git a/package.json b/package.json index 2411b1f..e50e3f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aurateam/emojikitchen", - "version": "1.0.0", + "version": "1.0.1", "description": "Library to mix emojis use api https://emojikitchen.dev for NodeJS", "main": "dist/index.js", "types": "dist/index.d.ts",