Skip to content

Commit

Permalink
Merge pull request #26 from adaptlearning/hotfix/travis_ci_build_fail…
Browse files Browse the repository at this point in the history
…_fix

Fixes Travis CI Build Fail
  • Loading branch information
oliverfoster committed Mar 30, 2015
2 parents 5cfce52 + f1839e9 commit 7649295
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ The package will be registered with the registry on a first come first serve bas
Release History
===============

- 0.0.23 - Updated NPM Module's version.
- 0.0.22 - Added the 'ls' command.
- 0.0.21 - Fixed an issue where the new slug library does not maintain case.
- 0.0.19 - Removed slug library due to annoying python dependency, added 'create component' command.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.16
0.0.23
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "adapt-cli",
"version": "0.0.16",
"version": "0.0.23",
"description": "Command line tools for Adapt",
"main": "./lib/cli.js",
"directories": {
"test": "test"
},
"dependencies": {
"bower": "~1.3.8",
"bower-endpoint-parser": "^0.2.1",
"chalk": "~0.3.0",
"debug": "^2.1.1",
"bower": "~1.3.12",
"bower-endpoint-parser": "~0.2.2",
"chalk": "~1.0.0",
"debug": "~2.1.3",
"download": "git://github.com/SpongeUK/download.git",
"grunt": "~0.4.2",
"install": "~0.1.7",
"lodash": "~2.2.1",
"npm": "~1.3.24",
"prompt": "~0.2.12",
"q": "~0.9.7",
"q-io": "~1.10.8",
"speakingurl": "^0.20.0",
"grunt": "~0.4.5",
"install": "~0.1.8",
"lodash": "~3.6.0",
"npm": "~2.7.4",
"prompt": "~0.2.14",
"q": "~1.2.0",
"q-io": "~1.12.0",
"speakingurl": "~1.1.0",
"url-join": "0.0.1",
"uuid": "~1.4.1"
"uuid": "~2.0.1"
},
"devDependencies": {
"mocha": "~1.13.0",
"expect.js": "~0.2.0",
"sinon": "~1.7.3",
"grunt": "~0.4.1",
"grunt-mocha-test": "~0.7.0",
"expect.js": "~0.3.1",
"grunt": "~0.4.5",
"grunt-mocha-test": "~0.12.7",
"matchdep": "~0.3.0",
"rimraf": "~2.2.6",
"mockery": "~1.4.0"
"mocha": "~2.2.1",
"mockery": "~1.4.0",
"rimraf": "~2.3.2",
"sinon": "~1.14.1"
},
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 7649295

Please sign in to comment.