Skip to content

Commit 130fa9a

Browse files
committed
Use a .gitignore file instead of the files field in package.json.
1 parent cdd92c3 commit 130fa9a

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
@@ -32,8 +32,5 @@
3232
"url": "http://www.opensource.org/licenses/MIT"
3333
}
3434
],
35-
"files": [
36-
"canvas-to-blob.js"
37-
],
3835
"main": "canvas-to-blob.js"
3936
}

0 commit comments

Comments
 (0)