Skip to content

Commit a78f6a7

Browse files
committed
Use a .gitignore file instead of the files field in package.json.
1 parent 0257c98 commit a78f6a7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

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

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,5 @@
3838
"url": "http://www.opensource.org/licenses/MIT"
3939
}
4040
],
41-
"files": [
42-
"load-image.js"
43-
],
4441
"main": "load-image.js"
4542
}

0 commit comments

Comments
 (0)