netlify-cms-yoast-seo
netlify-cms-yoast-seo copied to clipboard
feat(package.json): add main entry point to package
This should allow users to import from the package without specifying the source file, e.g. instead of doing this
import 'netlify-cms-yoast-seo/dist/main.js';
you can do this
import 'netlify-cms-yoast-seo';
which should add the YOAST to window object