diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b63aa6c..bb4d27c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,7 +28,7 @@ jobs: node-version: 12 registry-url: https://registry.npmjs.org/ - run: yarn --frozen-lockfile - - run: npm publish + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} @@ -41,7 +41,7 @@ jobs: with: node-version: 12 registry-url: https://npm.pkg.github.com/ - - run: npm --frozen-lockfile - - run: npm publish + - run: yarn --frozen-lockfile + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/package.json b/package.json index d4e26e6..c918435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fractalsoftware/random-avatar-generator", - "version": "v1.0.1", + "version": "1.0.2", "description": "A random avatar generator with low collision", "main": "dist/random-avatar-generator.js", "scripts": { @@ -16,7 +16,10 @@ "low-collision", "education", "no-dependencies", - "lightweight" + "lightweight", + "graphic", + "vector", + "generator" ], "repository": { "type": "git", @@ -36,5 +39,8 @@ "jest": "^26.0.1", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" + }, + "directories": { + "example": "example" } } \ No newline at end of file