@octax-app/hot-date-react 0.0.5 → 0.0.6

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ npm install @octax-app/hot-date-react
17
17
  ## Quick Start
18
18
 
19
19
  ```tsx
20
- import { HotDate } from '@octax-app/hot-date-react/react';
20
+ import { HotDate } from '@octax-app/hot-date-react';
21
21
 
22
22
  function MyForm() {
23
23
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octax-app/hot-date-react",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "React wrapper for the hot-date natural language date input web component.",
5
5
  "type": "module",
6
6
  "main": "./dist/hot-date-react.js",