Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe committed Aug 13, 2023
1 parent ab541dc commit b701da5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 25 deletions.
31 changes: 9 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,12 @@
{
"name": "react-native-typewriter-effect",
"version": "0.1.1",
"version": "0.1.2",
"description": "Typing animation library for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"!lib/typescript/example",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
"lib"
],
"scripts": {
"test": "jest",
Expand All @@ -38,7 +20,12 @@
"keywords": [
"react-native",
"ios",
"android"
"android",
"chatgpt",
"typewriter",
"typing",
"animation",
"typewriter-effect"
],
"repository": "https://github.com/7nohe/react-native-typewriter-effect",
"author": "Daiki Urata (https://github.com/7nohe)",
Expand Down Expand Up @@ -157,4 +144,4 @@
]
]
}
}
}
10 changes: 7 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
"compilerOptions": {
"baseUrl": "./",
"paths": {
"react-native-typewriter-effect": ["./src/index"]
"react-native-typewriter-effect": [
"./src/index"
]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["esnext"],
"lib": [
"esnext"
],
"module": "esnext",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
Expand All @@ -25,4 +29,4 @@
"target": "esnext",
"verbatimModuleSyntax": true
}
}
}

0 comments on commit b701da5

Please sign in to comment.