Skip to content

Commit

Permalink
update package name, version, and install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
salesp07 committed Aug 3, 2023
1 parent ebb6c53 commit baab03c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Inspired by [react-typewriter].
## Installation

```
$ yarn add react-native-typewriter
$ yarn add @salesp07/react-native-typewriter
```

OR

```
$ npm install --save react-native-typewriter
$ npm install @salesp07/react-native-typewriter
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-native-typewriter",
"version": "0.7.0",
"name": "@salesp07/react-native-typewriter",
"version": "0.7.1",
"description": "A React Native component for creating typing effects",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TaylorBriggs/react-native-typewriter.git"
"url": "https://github.com/salesp07/react-native-typewriter.git"
},
"keywords": [
"react",
Expand Down Expand Up @@ -66,4 +66,4 @@
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
}
}
}
}

0 comments on commit baab03c

Please sign in to comment.