Skip to content

Commit

Permalink
Fix package.json files for publish npm
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-k committed Nov 20, 2023
1 parent 2161df2 commit 45e8324
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/jQueryRoomGallery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/roomGallery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/RoomGallery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/demo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/jQueryRoomGallery.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "room-gallery",
"version": "1.0.1-beta",
"version": "1.0.2-beta",
"description": "Room Gallery: A 3D Exhibit - A Responsive 3D Image Slider Implemented in TypeScript as a React Component, Utilizing Vanilla JavaScript and jQuery",
"keywords": [
"slider",
Expand All @@ -21,7 +21,8 @@
"main": "./src/index",
"types": "./src/index.tsx",
"files": [
"dist"
"dist/**/*",
"src/**/*"
],
"style": "./dist/RoomGallery.css",
"repository": {
Expand Down

0 comments on commit 45e8324

Please sign in to comment.