Update files option for npm publish
This commit is contained in:
Vendored
+1
-1
@@ -34,7 +34,7 @@ interface github {
|
||||
*
|
||||
* example: ['my-project1', 'my-project2']
|
||||
*/
|
||||
projects: Array;
|
||||
projects: Array<string>;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user