jQuery Trial
How to configure jQuery NES Trial
Minimum Requirements
Please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps:
- Update your
package.json
- Create or update your
.npmrc
file - Install & Run!
Detailed Instructions
Substitute the jQuery in your package.json with the following
{
"dependencies": {
"jquery": "npm:@neverendingsupport/jquery@2.2.5-trial",
},
"overrides": {
"jquery": { ".": "npm:@neverendingsupport/jquery@2.2.5-trial" },
}
}
Create an .npmrc
file with the following
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=neverendingsupport
Install your dependencies
npm install
And just like that, you can run your integration tests against jQuery NES!
Additional Information
Direct Download URLs
Credentials for Trial Downloads
When utilizing our browser links for direct download - you will be redirected to a page that will prompt you for "Sign In" credentials. For trial packages, you simply need to enter the below and click submit. This will not redirect to another page, but you should see the file appear in your downloads shortly thereafter.
- Username: HeroDevs
- Password: neverendingsupport
The direct download URL for jQuery NES is:
Package | URL |
---|---|
jquery 2.2.5-trial | Download |
Alternate Download Method
If you're unable to utilize our browser download links, but would still like to download our products directly - you can run the following curl command following the same versioning guidelines as the above. Examples of what you would enter in place of <PACKAGE_VERSION> are shown in the above table in blue.
curl --header "Authorization: Bearer neverendingsupport" \
--location \
--output <PACKAGE_VERSION>.tgz \
https://registry.nes.herodevs.com/npm/pkg/@neverendingsupport/bootstrap/-/<PACKAGE_VERSION>.tgz
For more information surrounding our Direct Download options, click here.