Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 4b605c9

Browse files
committed
Add .npmignore
1 parent ea93c79 commit 4b605c9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*.md
2+
.github
3+
fixtures
4+
coverage
5+
.nyc_output
6+
webpack.config.js
7+
.*

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
"browser": {
2121
"./src/deploy/index.js": "./src/deploy/index.browser.js"
2222
},
23-
"files": [
24-
"src",
25-
"dist"
26-
],
2723
"bugs": {
2824
"url": "https://github.com/netlify/js-client/issues"
2925
},

0 commit comments

Comments
 (0)