Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Don't save temporary npm dependencies to package.json | Michał Gołębiowski-Owczarek | 2021-08-06 | 1 | -1/+1 |
| | | | | | | | | Past npm versions required the `--save` flag to save anything in `package.json` when installing packages but newer ones do this by default. Pass `--no-save` to restore the original behavior in the `release-test.js` script. Ref gh-1966 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -0/+2 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | Release: Update for 1.12 release, add test script | Jörn Zaefferer | 2015-12-02 | 1 | -0/+47 |
Fixes jquery/download.jqueryui.com#282 |