Skip to content

Commit 7d31223

Browse files
committed
Merge pull request caolan#879 from TrySound/npm-files
Added npm files whitelist
2 parents b81edc7 + 68bbd9c commit 7d31223

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.npmignore

-14
This file was deleted.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "async",
33
"description": "Higher-order functions and common patterns for asynchronous code",
44
"main": "lib/async.js",
5+
"files": [
6+
"lib"
7+
],
58
"author": "Caolan McMahon",
69
"version": "1.4.1",
710
"keywords": [

0 commit comments

Comments
 (0)