Skip to content

Commit 4f3d738

Browse files
committed
build: update package.json
1 parent efec3fd commit 4f3d738

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.npmignore

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
.husky/
2+
.github/
13
example/
4+
Docs/
25
test
36
*.md
47
.eslintrc
58
.travis.yml
9+
.prettierrc
10+
.prettierignore
11+
12+
13+
14+
15+

package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,12 @@
110110
"directories": {
111111
"example": "example",
112112
"test": "test"
113-
}
113+
},
114+
"files": [
115+
"lib/",
116+
"notifiers/",
117+
"vendor/",
118+
"LICENSE.md",
119+
"README.md"
120+
]
114121
}

0 commit comments

Comments
 (0)