@dreamstack-us/section-flow 0.0.2 → 0.0.3

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 +7 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,15 +15,15 @@ High-performance, section-first list library for React Native. Drop-in replaceme
15
15
  ## Installation
16
16
 
17
17
  ```bash
18
- npm install @dreamstack-us/section-flow
18
+ npm install sectionflow
19
19
  # or
20
- bun add @dreamstack-us/section-flow
20
+ npm install @dreamstack-us/section-flow
21
21
  ```
22
22
 
23
23
  ## Usage
24
24
 
25
25
  ```tsx
26
- import { SectionFlow } from '@dreamstack-us/section-flow';
26
+ import { SectionFlow } from 'sectionflow';
27
27
 
28
28
  const sections = [
29
29
  { key: 'a', title: 'A', data: ['Alice', 'Adam'] },
@@ -39,6 +39,10 @@ const sections = [
39
39
  />
40
40
  ```
41
41
 
42
+ ## Documentation
43
+
44
+ Full documentation available at: https://dreamstack-us.github.io/SectionFlow/
45
+
42
46
  ## License
43
47
 
44
48
  MIT © DreamStack
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamstack-us/section-flow",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "workspaces": ["packages/*"],
6
6
  "description": "High-performance, section-first list library for React Native",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "repository": {
60
60
  "type": "git",
61
- "url": "git+https://github.com/DreamStack-us/section-flow.git"
61
+ "url": "git+https://github.com/DreamStack-us/SectionFlow.git"
62
62
  },
63
63
  "author": "DreamStack <hello@dreamstack.us>",
64
64
  "license": "MIT",