@shivamjadhav28/timeline-track 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,18 +2,18 @@
2
2
 
3
3
  Enterprise-ready React timeline component for projects and milestones, with status-aware colors and range navigation.
4
4
 
5
- ![Timeline Track Preview](public/preview.png)
5
+ ![Timeline Track Preview](https://raw.githubusercontent.com/shivamjadhav2000/timeline-track/main/public/preview.png)
6
6
 
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- npm i @shivamjadhav/timeline-track
10
+ npm i @shivamjadhav28/timeline-track
11
11
  ```
12
12
 
13
13
  ## Usage
14
14
 
15
15
  ```tsx
16
- import { TimelineTrack, type Project } from '@shivamjadhav/timeline-track';
16
+ import { TimelineTrack, type Project } from '@shivamjadhav28/timeline-track';
17
17
 
18
18
  const projects: Project[] = [
19
19
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shivamjadhav28/timeline-track",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Enterprise-ready React timeline component with project ranges and milestones.",
5
5
  "type": "module",
6
6
  "license": "MIT",