Skip to content

Commit

Permalink
Merge pull request #628 from Martii/someDepUpdates
Browse files Browse the repository at this point in the history
Some dep updates

Auto-merge
  • Loading branch information
Martii committed Apr 30, 2015
2 parents 9c3f06a + 58c3ecc commit 4d0a1a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These also may use [shields.io][shieldsHomepage] where applicable for more expli
##### Dynamic
Repository | Reference | Recent Version
--- | --- | ---
[ace-builds][ace-buildsGHUrl][¹][aceGHUrl] | [Documentation][ace-buildsDOCUrl][¹][aceDOCUrl] | [1.1.9 e3ccd2c][ace-buildsGHHASHUrl]
[ace-builds][ace-buildsGHUrl][¹][aceGHUrl] | [Documentation][ace-buildsDOCUrl][¹][aceDOCUrl] | [1.1.9 9d12839][ace-buildsGHHASHUrl]
[async][asyncGHUrl] | [Documentation][asyncDOCUrl] | [![NPM version][asyncNPMVersionImage]][asyncNPMUrl]
[aws-sdk][aws-sdkGHUrl] | [Documentation][aws-sdkDOCUrl] | [![NPM version][aws-sdkNPMVersionImage]][aws-sdkNPMUrl]
[body-parser][body-parserGHUrl] | [Documentation][body-parserDOCUrl] | [![NPM version][body-parserNPMVersionImage]][body-parserNPMUrl]
Expand Down Expand Up @@ -122,7 +122,7 @@ Outdated dependencies list can also be achieved with `$ npm --depth 0 outdated`

[ace-buildsGHUrl]: https://github.com/ajaxorg/ace-builds/tree/master/src
[ace-buildsDOCUrl]: https://github.com/ajaxorg/ace-builds/blob/master/README.md
[ace-buildsGHHASHUrl]: https://github.com/ajaxorg/ace-builds/tree/e3ccd2c
[ace-buildsGHHASHUrl]: https://github.com/ajaxorg/ace-builds/tree/9d12839
[aceGHUrl]: https://github.com/ajaxorg/ace "ace"
[aceDOCUrl]: http://ace.c9.io/#nav=api "ace"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "0.1.7+0000000",
"main": "app",
"dependencies": {
"ace-builds": "git://github.com/ajaxorg/ace-builds#e3ccd2c",
"ace-builds": "git://github.com/ajaxorg/ace-builds#9d12839",
"async": "0.9.0",
"aws-sdk": "2.1.25",
"aws-sdk": "2.1.26",
"body-parser": "1.12.3",
"bootstrap": "3.3.4",
"bootstrap-markdown": "2.8.0",
Expand All @@ -20,7 +20,7 @@
"formidable": "1.0.17",
"github": "0.2.4",
"highlight.js": "8.5.0",
"jquery": "2.1.3",
"jquery": "2.1.4",
"jwt-simple": "0.3.0",
"less-middleware": "2.0.1",
"marked": "0.3.3",
Expand Down

0 comments on commit 4d0a1a7

Please sign in to comment.