File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11- Add it to the NPM registry
22- Add functionality to explicitly include certain files that my packager excludes (sample use case: `node_modules` may contain 2nd party code)
3- - Dry run functionality
3+ - Dry run functionality - Return JSON
44
55- Have a test to check e.g. if a `.js` file exists in the folder to zip up and otherwise say something like "You're sure this is the correct folder?"
66
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ func IsPublicFolder(path string) bool {
349349
350350 if strings .HasSuffix (path , publicFolderPath ) || strings .Contains (path , fileInPublicFolderPath ) {
351351 if ! didPrintPublicMsg {
352- log .Info ("\t Ignoring `build ` folder" )
352+ log .Info ("\t Ignoring `public ` folder" )
353353 didPrintPublicMsg = true
354354 }
355355
You can’t perform that action at this time.
0 commit comments