generated from WrathChaos/react-native-typescript-library-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #3 is here for placeholder is updated dynamically
- Loading branch information
1 parent
b1d7d7a
commit 5cb0107
Showing
2 changed files
with
2,032 additions
and
1,989 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@freakycoder/react-native-text-input", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Modern text input with fully customization options for React Native", | ||
"main": "./build/dist/RNTextInput.js", | ||
"repository": "[email protected]:WrathChaos/react-native-text-input.git", | ||
|
@@ -9,6 +9,9 @@ | |
"homepage": "https://www.freakycoder.com", | ||
"bugs": "https://github.com/WrathChaos/react-native-text-input/issues", | ||
"keywords": [ | ||
"react-native-text-input", | ||
"react-native-text", | ||
"react-native-input", | ||
"FreakyCoder", | ||
"freakycoder", | ||
"kuray", | ||
|
@@ -31,16 +34,16 @@ | |
"react-native": ">=0.63.x" | ||
}, | ||
"devDependencies": { | ||
"@react-native-community/eslint-config": "^2.0.0", | ||
"@types/react": "^16.9.53", | ||
"@types/react-native": "^0.63.25", | ||
"react-native-typescript-transformer": "^1.2.13", | ||
"typescript": "^4.0.3", | ||
"@react-native-community/eslint-config": "^2.0.0", | ||
"eslint": "^7.11.0", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"husky": "^4.3.0", | ||
"lint-staged": "^10.4.2", | ||
"prettier": "^2.1.2" | ||
"prettier": "^2.1.2", | ||
"react-native-typescript-transformer": "^1.2.13", | ||
"typescript": "^4.0.3" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
|
Oops, something went wrong.