Skip to content

Commit

Permalink
Added Keywords to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Elius94 committed Dec 21, 2022
1 parent 2b43c87 commit 3fbbacb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install react-photo-sphere-viewer

## Library Version
Original Wrapped Library: [PhotoSphereViewer](https://github.com/mistic100/Photo-Sphere-Viewer) Version: 5.0.0 [<font color="green">**NEW**</font>]
Now the component version is composed by the semantic version of the wrapper and the version of the original library. For example, the current version is 3.0.0-psv5.0.0. This means that the wrapper is in version 3.0.0 and the original library [psv](https://github.com/mistic100/Photo-Sphere-Viewer) is in version 5.0.0.
Now the component version is composed by the semantic version of the wrapper and the version of the original library. For example, the current version is 3.0.1-psv5.0.0. This means that the wrapper is in version 3.0.1 and the original library [psv](https://github.com/mistic100/Photo-Sphere-Viewer) is in version 5.0.0.

## Description

Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
{
"name": "react-photo-sphere-viewer",
"version": "3.0.0-psv5.0.0",
"version": "3.0.1-psv5.0.0",
"description": "Photosphere Viewer for React.JS, wrapper of photo-sphere-viewer.js",
"author": "Elius94",
"license": "MIT",
"keywords": [
"react",
"photosphere",
"viewer",
"360",
"panorama",
"photo",
"sphere",
"photo-sphere-viewer",
"react-photo-sphere-viewer"
],
"repository": "elius94/react-photo-sphere-viewer",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 3fbbacb

Please sign in to comment.