We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d159b00 commit 55f439aCopy full SHA for 55f439a
.npmignore
package.json
@@ -1,13 +1,17 @@
1
{
2
"name": "react-native-typescript-library-starter",
3
- "version": "1.4.0",
+ "version": "1.5.0",
4
"description": "Extremely easy to create a React Native Component Library with both Stateful and Functional Component Examples.",
5
"main": "./build/dist/index.js",
6
"repository": "git@github.com:WrathChaos/react-native-typescript-library-starter.git",
7
"author": "FreakyCoder <kurayogun@gmail.com>",
8
"license": "MIT",
9
"homepage": "https://www.freakycoder.com",
10
"bugs": "https://github.com/WrathChaos/react-native-typescript-library-starter/issues",
11
+ "files": [
12
+ "/build",
13
+ "/lib"
14
+ ],
15
"keywords": [
16
"FreakyCoder",
17
"freakycoder",
0 commit comments