Skip to content

Commit

Permalink
repo link added
Browse files Browse the repository at this point in the history
  • Loading branch information
danmolloy committed Jun 5, 2024
1 parent 79af2d7 commit e62c4a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# React Diary

## Overview
React Diary aims to simplify scheduling and diary maintainance. Currently, it exports an event-integrated month-view calendar component.

## Installation
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
"registry": "https://npm.pkg.github.com/@danmolloy"
},
"name": "react-diary",
"version": "1.0.11",
"version": "1.0.12",
"main": "dist/cjs/index.js",
"types": "dist/index.d.ts",
"module": "dist/esm/index.js",
"repository": {
"type": "git",
"url": "https://github.com/danmolloy/react-diary"
},
"babel": {
"sourceType": "unambiguous",
"presets": [
Expand Down

0 comments on commit e62c4a2

Please sign in to comment.