aboutsummaryrefslogtreecommitdiffstats
path: root/build/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Update the README of the published packageMichał Gołębiowski-Owczarek2022-10-031-5/+3
| | | | | | | | | | | The previous details were showing their age, e.g. mentions about browsers not supporting ES2015. The story with ES modules is more complex as it's also about loaders but to keep the README simple, let's just make it more up to date with typical usage. Closes gh-5108 (cherry picked from commit edccabf10d37b57cbd4eeebc44f3acb67cb2739c)
* Docs: Update webpack website in READMESimon Legner2022-07-121-1/+1
| | | | | | | | Webpack has migrated to https://webpack.js.org/ since version 2. Closes gh-5037 (cherry picked from commit 01819bc3bcc44282e5bb9301c3478d837d1e5152)
* Docs: Fix typosPierre Grimaud2020-04-291-1/+1
| | | | | | Closes gh-4686 (cherry picked from commit 1a7332ce83cdee7d6cd9d45c2a4b83067f53f14b)
* Docs: Update the link to the jsdom repositoryMichał Gołębiowski-Owczarek2020-04-251-1/+1
| | | | | | Closes gh-4684 (cherry picked from commit a62309e01b3c76d2b73560ca666c454b7bbfcb77)
* Docs: Use https for hyperlinks in READMEJonathan2020-04-171-4/+4
| | | | | | Closes gh-4673 (cherry picked from commit 73415da25d964ee31ec1804d55f5af0199a1378e)
* Release: Use an in-repository dist README fixtureMichał Gołębiowski-Owczarek2020-03-021-0/+62
Use a dist README fixture kept in the jQuery repository instead of modifying an existing one. This makes the jQuery repository the single source of truth when it comes to jQuery releases and it makes it easier to make changes to README without worrying how it will affect older jQuery lines. The commit also ES6ifies build/release.js & build/release/dist.js Closes gh-4614 (cherry picked from commit 358b769a00c3a09a8ec621b8dcb2d5e31b7da69a)