Skip to content

Commit

Permalink
Upgraded the package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Mar 3, 2015
1 parent 35ec52e commit 69de2fe
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
This file contains highlights of what changes on each version of the [Akismet.js](https://www.npmjs.com/package/akismet-js) library.

#### Version 0.5.1
- Upgraded the package dependencies.

#### Version 0.5.0
- Raised the required [Node.js](http://nodejs.org) version.
- Removed the dependency on [`promise`](https://www.npmjs.com/package/promise) module.
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
"license": "MIT",
"main": "./index",
"name": "akismet-js",
"version": "0.5.0",
"version": "0.5.1",
"bin": {
"akismet": "./bin/cli.js"
},
"dependencies": {
"body-parser": "^1.12.0",
"commander": "^2.6.0",
"cors": "^2.5.3",
"express": "^4.11.2",
"express": "^4.12.2",
"forever": "^0.14.1",
"superagent": "^0.21.0"
},
"devDependencies": {
"browserify": "8.1.3",
"browserify": "9.0.3",
"del": "^1.1.1",
"docgen-js": "^0.0.1",
"gulp": "^3.8.11",
"gulp-david": "^0.2.0",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.8.0",
"gulp-load-plugins": "^0.8.1",
"gulp-mocha": "^2.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"gulp-zip": "^2.0.2",
"gulp-zip": "^2.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions www/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

<style>
Expand Down Expand Up @@ -142,15 +142,15 @@ <h3 class="panel-title"><i class="fa fa-download"></i> Downloads</h3>
</div>

<div class="list-group">
<a href="https://github.com/cedx/akismet.js/releases/download/v0.4.1/akismet.js-0.4.1.zip" class="list-group-item">
<span class="label label-info pull-right">0.4.1</span>
<a href="https://github.com/cedx/akismet.js/releases/download/v0.5.1/akismet.js-0.5.1.zip" class="list-group-item">
<span class="label label-info pull-right">0.5.1</span>
NPM package
</a>
<a href="https://github.com/cedx/akismet.js/archive/master.zip" class="list-group-item">
<a href="https://github.com/cedx/akismet.js/archive/v0.5.1.zip" class="list-group-item">
<span class="label label-default pull-right">ZIP</span>
Source code
</a>
<a href="https://github.com/cedx/akismet.js/archive/master.tar.gz" class="list-group-item">
<a href="https://github.com/cedx/akismet.js/archive/v0.5.1.tar.gz" class="list-group-item">
<span class="label label-default pull-right">TAR.GZ</span>
Source code
</a>
Expand Down Expand Up @@ -181,7 +181,7 @@ <h3 class="panel-title"><i class="fa fa-download"></i> Downloads</h3>
</footer>

<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script>
$(function() {
var isTouch=(('ontouchstart' in document.documentElement) || navigator.maxTouchPoints || navigator.msMaxTouchPoints);
Expand Down
8 changes: 4 additions & 4 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,15 @@ <h3 class="panel-title"><i class="fa fa-download"></i> Downloads</h3>
</div>

<div class="list-group">
<a href="https://github.com/cedx/akismet.js/releases/download/v0.4.1/akismet.js-0.4.1.zip" class="list-group-item">
<span class="label label-info pull-right">0.4.1</span>
<a href="https://github.com/cedx/akismet.js/releases/download/v0.5.1/akismet.js-0.5.1.zip" class="list-group-item">
<span class="label label-info pull-right">0.5.1</span>
NPM package
</a>
<a href="https://github.com/cedx/akismet.js/archive/master.zip" class="list-group-item">
<a href="https://github.com/cedx/akismet.js/archive/v0.5.1.zip" class="list-group-item">
<span class="label label-default pull-right">ZIP</span>
Source code
</a>
<a href="https://github.com/cedx/akismet.js/archive/master.tar.gz" class="list-group-item">
<a href="https://github.com/cedx/akismet.js/archive/v0.5.1.tar.gz" class="list-group-item">
<span class="label label-default pull-right">TAR.GZ</span>
Source code
</a>
Expand Down
2 changes: 1 addition & 1 deletion www/js/tests.js

Large diffs are not rendered by default.

0 comments on commit 69de2fe

Please sign in to comment.