Skip to content

Commit 76d56f2

Browse files
committed
add some files to git ignore and test npm package
Signed-off-by: Winner95 <Winner95@users.noreply.github.com>
1 parent 0a4f4a5 commit 76d56f2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
.DS_Store
2+
coverage
13
node_modules

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "typescript-react-function-component-props-handler",
33
"version": "1.1.1",
44
"description": "a custom react function components props handler for react-docgen. It allows you to parse props, which are typed as React.functionComponent<props> without rewriting your code",
5+
"files": [
6+
"index.js",
7+
"README.md",
8+
"LICENSE"
9+
],
510
"main": "index.js",
611
"scripts": {
712
"test": "jest",

0 commit comments

Comments
 (0)