Description:
jQuery v2.2.3 has v3.0.0-beta1
in header comment for the following files:
dist/jquery.slim.js
dist/jquery.slim.min.js
.
Steps to reproduce:
npm install jquery@2.2.3
head ./node_modules/jquery/dist/jquery.slim.js
Browser Information:
node v4.4.3
npm v2.15.1
@beruic if you mean the 2.2.3 files, we don’t remove and republish files that have already been published elsewhere. Think of something like that as a force-push to a public repo here at Github, it’s pretty disruptive. In many cases it would not even work, CDNs set long expiration dates for the cached files so browsers and proxies will pull from their cache regardless of whether the file has been updated or removed.
The fix committed here was for our release process to be sure the problem did not happen in the future. We’ve got a new release coming in the next couple of days.