Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1567 from FineUploader/rnicholus-patch-1
Browse files Browse the repository at this point in the history
fix(build): node version is too old to run updated build
  • Loading branch information
rnicholus committed May 11, 2016
2 parents 2de6c8f + 52be151 commit 119d223
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<li role="presentation"><a role="menuitem" href="{{ URL_ROOT }}/features/delete.html">Delete</a></li>
<li role="presentation"><a role="menuitem" href="{{ URL_ROOT }}/features/drag-and-drop.html">Drag and Drop</a></li>
<li role="presentation"><a role="menuitem" href="{{ URL_ROOT }}/features/handling-errors.html">Error Handling</a></li>
<li role="presentation"><a role="menuitem" href="{{ URL_ROOT }}/features/modules.html">ES6 & CommonJS Support</a></li>
<li role="presentation"><a role="menuitem" href="{{ URL_ROOT }}/features/filename-edit.html">Filename Editing</a></li>
<li role="presentation"><a role="menuitem" href="{{ URL_ROOT }}/features/forms.html">Form Support</a></li>
<li role="presentation"><a role="menuitem" href="{{ URL_ROOT }}/features/session.html">Initial File Lists</a></li>
Expand Down
1 change: 1 addition & 0 deletions lib/grunt/tasks/release.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* jshint node: true */
require("string.prototype.endswith");
var path = require("path"),
npm = require("npm"),
fs = require("fs"),
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"optimist": "0.6.0",
"request": "2.21.0",
"semver": "2.0.x",
"string.prototype.endswith": "0.2.0",
"time-grunt": "^1.0.0",
"underscore": "1.5.2",
"uuid": "1.4.1"
Expand Down

0 comments on commit 119d223

Please sign in to comment.