Skip to content

Commit

Permalink
Updated dev dependencies and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ascartabelli committed May 4, 2016
1 parent 30ae88f commit f0f70e2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ before_script:
- npm install -g gulp
node_js:
- "stable"
- "6.0"
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
after_script:
Expand Down
4 changes: 2 additions & 2 deletions dist/lamb.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @overview lamb - A lightweight, and docile, JavaScript library to help embracing functional programming.
* @author Andrea Scartabelli <andrea.scartabelli@gmail.com>
* @version 0.24.0-alpha.1
* @version 0.24.0-alpha.2
* @module lamb
* @license MIT
* @preserve
Expand All @@ -18,7 +18,7 @@
* @category Core
* @type String
*/
lamb._version = "0.24.0-alpha.1";
lamb._version = "0.24.0-alpha.2";

// alias used as a placeholder argument for partial application
var _ = lamb;
Expand Down
Loading

0 comments on commit f0f70e2

Please sign in to comment.