Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

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

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
node_modules

package.json

-3
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)