Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 923ca08

Browse files
committed
Readme: Updated versions
1 parent b207d6c commit 923ca08

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is the main repository for the jQuery Mobile project. From the [official we
44

55
> A unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.
66
7-
jQuery Mobile 1.3 (1.3.2) works with versions of jQuery core from 1.7.0 to 1.9.1. You can find more information about how the library works, and what it is capable of, by reading the [documentation](http://api.jquerymobile.com) and exploring the [demos](http://view.jquerymobile.com/1.3.2/dist/demos/).
7+
jQuery Mobile 1.4.x works with versions of jQuery core from 1.8.3 to 1.10.2 / 2.0.3. You can find more information about how the library works, and what it is capable of, by reading the [documentation](http://api.jquerymobile.com) and exploring the [demos](http://demos.jquerymobile.com/).
88

99
## Contributing
1010

@@ -29,8 +29,8 @@ The easiest way to obtain a custom build is to use the [download builder](http:/
2929

3030
### Requirements
3131

32-
* [Node.js](http://nodejs.org/) ~0.8.22
33-
* [Grunt](http://gruntjs.com/) >=0.4.0
32+
* [node.js](http://nodejs.org/) ~0.8.22
33+
* [grunt-cli](http://gruntjs.com/)
3434

3535
### Commands
3636

@@ -117,9 +117,9 @@ You can choose to run only a subset of the tests by adding the `--suites` option
117117

118118
will only run the tests under `tests/unit/button/` and `tests/unit/slider/`.
119119

120-
You can also specify which versions of jQuery you want to test jQuery Mobile with by using the `--jqueries` option:
120+
You can also specify which versions of jQuery you want to test jQuery Mobile by using the `--jqueries` option:
121121

122-
grunt test --jqueries=1.8.2,git
122+
grunt test --jqueries=1.8.3,git
123123

124124
Additionally, jQuery Mobile's test suite is split between integration and unit tests. Where the unit tests are meant to focus on a single piece of the library (eg, a widget) and the integration tests require multiple pieces of the library to function. You can target either type by including the `--types` option when testing:
125125

0 commit comments

Comments
 (0)