Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
As it turns out, we won't need the 'main' entry in package.json
- Loading branch information
3c86547
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
afaik it is needed for it to be a proper npm module (otherwise
require()
doesn't know what file to use as entry point). However jQuery wasn't working as such a module anyway (out of the box) because 'grunt' has to be run first.This was fixed in 286c4d9. But because of another issue it was backed out in d5658e9. That revert forgot to remove this property as well.