react-ts-typewriter
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "react-ts-typewriter", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "React typewriter component written in TypeScript with React 18", | ||
"main": "index.tsx", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"repository": { | ||
@@ -22,2 +23,5 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"prepublish": "tsc" | ||
}, | ||
"homepage": "https://github.com/gerardmarquinarubio/ReactTypewriter#readme", | ||
@@ -24,0 +28,0 @@ "dependencies": { |
# How to use Typewriter component | ||
```tsx | ||
import Typewriter from 'reacttypewriter'; | ||
import Typewriter from 'react-ts-typewriter'; | ||
@@ -16,3 +16,3 @@ export default function myComponent() { | ||
```tsx | ||
import Typewriter from 'reacttypewriter'; | ||
import Typewriter from 'react-ts-typewriter'; | ||
@@ -19,0 +19,0 @@ export default function myComponent() { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21157
9
279
1