Skip to content

Commit 55f439a

Browse files
committed
chore: instead of blacklisting with npmignore, not it is whitelisting in package.json with files
1 parent d159b00 commit 55f439a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.npmignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "react-native-typescript-library-starter",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Extremely easy to create a React Native Component Library with both Stateful and Functional Component Examples.",
55
"main": "./build/dist/index.js",
66
"repository": "git@github.com:WrathChaos/react-native-typescript-library-starter.git",
77
"author": "FreakyCoder <kurayogun@gmail.com>",
88
"license": "MIT",
99
"homepage": "https://www.freakycoder.com",
1010
"bugs": "https://github.com/WrathChaos/react-native-typescript-library-starter/issues",
11+
"files": [
12+
"/build",
13+
"/lib"
14+
],
1115
"keywords": [
1216
"FreakyCoder",
1317
"freakycoder",

0 commit comments

Comments
 (0)