Skip to content

Commit

Permalink
Updated dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ascartabelli committed Mar 13, 2017
1 parent 8f4125c commit 1a22533
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.52.0-alpha.8
* @version 0.52.0-alpha.9
* @module lamb
* @license MIT
* @preserve
Expand All @@ -17,7 +17,7 @@
* @private
* @type String
*/
lamb._version = "0.52.0-alpha.8";
lamb._version = "0.52.0-alpha.9";

// alias used as a placeholder argument for partial application
var _ = lamb;
Expand Down
4 changes: 2 additions & 2 deletions dist/lamb.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lamb.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"coveralls": "gulp coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"tonicExample": "var _ = require('lamb');",
"version": "0.52.0-alpha.8",
"version": "0.52.0-alpha.9",
"devDependencies": {
"coveralls": "^2.11.16",
"coveralls": "^2.12.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
Expand All @@ -47,7 +47,7 @@
"gulp-jasmine": "^2.4.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.11.1",
"gulp-uglify": "^2.0.1",
"gulp-uglify": "^2.1.0",
"plato": "^1.7.0"
},
"dependencies": {}
Expand Down

0 comments on commit 1a22533

Please sign in to comment.