Skip to content

Commit

Permalink
Merge pull request #12 from josias-r/next
Browse files Browse the repository at this point in the history
fix: add keywords to npm package
  • Loading branch information
josias-r authored Mar 16, 2023
2 parents 10cb668 + bb11eed commit c2c7612
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.4.1](https://github.com/josias-r/boarding.js/compare/v3.4.0...v3.4.1) (2023-03-16)


### Bug Fixes

* add keywords to npm package ([649bdb7](https://github.com/josias-r/boarding.js/commit/649bdb712adff4d1e4d7eed0fab711918a80cfd3))

# [3.4.0](https://github.com/josias-r/boarding.js/compare/v3.3.4...v3.4.0) (2023-02-02)


Expand Down
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
"./styles/main.css": "./styles/main.css",
"./styles/themes/basic.css": "./styles/themes/basic.css"
},
"keywords": [
"tour",
"intro",
"onboarding",
"walkthrough",
"spotlight",
"popover",
"overlay",
"overlays",
"user-onboarding",
"feature-introductions",
"focus-shifters"
],
"files": [
"dist/**",
"!**/.DS_Store",
Expand Down

0 comments on commit c2c7612

Please sign in to comment.