Nathan Rajlich
8 years ago
5 changed files with 24 additions and 0 deletions
@ -0,0 +1 @@ |
|||
// should not be included
|
@ -0,0 +1 @@ |
|||
// should be included
|
@ -0,0 +1,5 @@ |
|||
{ |
|||
"files": [ |
|||
"b.js" |
|||
] |
|||
} |
@ -0,0 +1,9 @@ |
|||
{ |
|||
"name": "woot", |
|||
"version": "0.0.1", |
|||
"description": "", |
|||
"dependencies": {}, |
|||
"files": [ |
|||
"a.js" |
|||
] |
|||
} |
Loading…
Reference in new issue