Skip to content

Commit

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

// 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.

8 changes: 4 additions & 4 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.50.0-alpha.9",
"version": "0.50.0-alpha.10",
"devDependencies": {
"coveralls": "^2.11.15",
"coveralls": "^2.11.16",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
Expand All @@ -46,8 +46,8 @@
"gulp-istanbul": "^1.1.1",
"gulp-jasmine": "^2.4.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.11.0",
"gulp-uglify": "^2.0.0",
"gulp-sourcemaps": "^1.11.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"plato": "^1.7.0"
},
Expand Down

0 comments on commit b16dc02

Please sign in to comment.