Skip to content

Commit 1eb435e

Browse files
committed
move to 0.3.0-alpha
1 parent dbaa9ab commit 1eb435e

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "requirejs-dplugins",
3-
"version": "0.2.3",
3+
"version": "0.3.0-alpha",
44
"description": "AMD plugins for RequireJS",
55
"dependencies": {
66
"dojo": ">=1.9.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "requirejs-dplugins",
3-
"version": "0.2.3",
3+
"version": "0.3.0-alpha",
44
"description": "AMD plugins for RequireJS",
55
"devDependencies": {
66
"grunt": "~0.4.1",

tests/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22
This directory contains the plugins tests.
33

44
## Setup
5-
Before starting, install Intern and RequireJS by running
5+
You will need Bower and Grunt. So if they are not installed, install them using:
6+
```
7+
$ npm install -g grunt-cli
8+
$ npm install -g bower
9+
```
610

11+
Once this is done you can run the following commands to setup the project dependencies:
712
```
813
$ npm install
14+
$ bower install
915
```
1016

11-
Also, if you are going to run against Sauce Labs, then
17+
Also, if you are going to run against Sauce Labs, you need to
1218
setup your SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables as they are listed
1319
on https://saucelabs.com/appium/tutorial/3.
1420

@@ -18,7 +24,7 @@ on https://saucelabs.com/appium/tutorial/3.
1824
Run:
1925

2026
```
21-
$ node node_modules/intern/runner.js config=tests/intern
27+
$ grunt intern:remote
2228
```
2329
## Running the unit tests locally
2430

@@ -33,5 +39,5 @@ $ java -jar selenium-server-standalone-2.37.0.jar
3339
3) Run the tests:
3440

3541
```
36-
$ node node_modules/intern/runner.js config=tests/intern.local
42+
$ grunt intern:local
3743
```

0 commit comments

Comments
 (0)