Skip to content

Commit 7649295

Browse files
committed
Merge pull request #26 from adaptlearning/hotfix/travis_ci_build_fail_fix
Fixes Travis CI Build Fail
2 parents 5cfce52 + f1839e9 commit 7649295

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The package will be registered with the registry on a first come first serve bas
8383
Release History
8484
===============
8585

86+
- 0.0.23 - Updated NPM Module's version.
8687
- 0.0.22 - Added the 'ls' command.
8788
- 0.0.21 - Fixed an issue where the new slug library does not maintain case.
8889
- 0.0.19 - Removed slug library due to annoying python dependency, added 'create component' command.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.16
1+
0.0.23

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
22
"name": "adapt-cli",
3-
"version": "0.0.16",
3+
"version": "0.0.23",
44
"description": "Command line tools for Adapt",
55
"main": "./lib/cli.js",
66
"directories": {
77
"test": "test"
88
},
99
"dependencies": {
10-
"bower": "~1.3.8",
11-
"bower-endpoint-parser": "^0.2.1",
12-
"chalk": "~0.3.0",
13-
"debug": "^2.1.1",
10+
"bower": "~1.3.12",
11+
"bower-endpoint-parser": "~0.2.2",
12+
"chalk": "~1.0.0",
13+
"debug": "~2.1.3",
1414
"download": "git://github.com/SpongeUK/download.git",
15-
"grunt": "~0.4.2",
16-
"install": "~0.1.7",
17-
"lodash": "~2.2.1",
18-
"npm": "~1.3.24",
19-
"prompt": "~0.2.12",
20-
"q": "~0.9.7",
21-
"q-io": "~1.10.8",
22-
"speakingurl": "^0.20.0",
15+
"grunt": "~0.4.5",
16+
"install": "~0.1.8",
17+
"lodash": "~3.6.0",
18+
"npm": "~2.7.4",
19+
"prompt": "~0.2.14",
20+
"q": "~1.2.0",
21+
"q-io": "~1.12.0",
22+
"speakingurl": "~1.1.0",
2323
"url-join": "0.0.1",
24-
"uuid": "~1.4.1"
24+
"uuid": "~2.0.1"
2525
},
2626
"devDependencies": {
27-
"mocha": "~1.13.0",
28-
"expect.js": "~0.2.0",
29-
"sinon": "~1.7.3",
30-
"grunt": "~0.4.1",
31-
"grunt-mocha-test": "~0.7.0",
27+
"expect.js": "~0.3.1",
28+
"grunt": "~0.4.5",
29+
"grunt-mocha-test": "~0.12.7",
3230
"matchdep": "~0.3.0",
33-
"rimraf": "~2.2.6",
34-
"mockery": "~1.4.0"
31+
"mocha": "~2.2.1",
32+
"mockery": "~1.4.0",
33+
"rimraf": "~2.3.2",
34+
"sinon": "~1.14.1"
3535
},
3636
"scripts": {
3737
"test": "grunt test"

0 commit comments

Comments
 (0)