Skip to content

Commit

Permalink
Add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Jul 31, 2024
1 parent 74c11fa commit 189fbd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
# This workflow will run tests using node and then publish a package to GitHub Packages when package.json version is updated

name: Publish package

Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "@selenite/commons",
"version": "0.18.4",
"version": "0.18.5",
"repository": "github:ShaitanLyss/selenite-commons",
"keywords": [
"selenite",
"commons",
"svelte",
"utils",
"actions"
],
"scripts": {
"dev": "vite dev",
"wasm": "wasm-pack build ./selenite-commons-rs --target web",
Expand Down

0 comments on commit 189fbd5

Please sign in to comment.