olefredrik / FoundationPress

FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
https://foundationpress.olefredrik.com
MIT License
2.71k stars 871 forks source link

Update "main" parameter of package.json #1341

Closed dgobnto closed 5 years ago

dgobnto commented 5 years ago

The main parameter in package.json points to gulpfile.js, which has been updated to gulpfile.babel.js a few releases ago, with the introduction of Foundation 6.4.1. Should it be updated?

derweili commented 5 years ago

@dgobnto yes

dgobnto commented 5 years ago

Although it doesn't seem to be making any trouble…

derweili commented 5 years ago

It does not make any trouble it is not used anywhere. But because a main script is required for a valid package.json it should be set to the right file.