Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
mroberty8 committed Apr 1, 2016
1 parent 332ad21 commit 5011bec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![NPM](https://nodei.co/npm/yocto-utils.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/yocto-utils/)

![alt text](https://david-dm.org/yoctore/yocto-utils.svg "Dependencies Status")
[![Code Climate](https://codeclimate.com/github/yoctore/yocto-utils/badges/gpa.svg)](https://codeclimate.com/github/yoctore/yocto-utils)
[![Test Coverage](https://codeclimate.com/github/yoctore/yocto-utils/badges/coverage.svg)](https://codeclimate.com/github/yoctore/yocto-utils/coverage)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yocto-utils",
"version": "1.2.7",
"version": "1.2.8",
"description": "Utility tools for : cryptography, date, media, object, strings",
"scripts": {
"test": "grunt test"
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"main": "dist/index.js",
"engines": {
"node": ">=4.2.1"
"node": ">=4.3.1"
},
"keywords": [
"utility",
Expand All @@ -52,9 +52,9 @@
"dependencies": {
"crypto": "0.0.3",
"joi": "^8.0.5",
"lodash": "^3.10.1",
"lodash": "^4.7.0",
"map-obj": "^1.0.1",
"yocto-logger": "^1.1.2"
"yocto-logger": "^1.1.5"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 5011bec

Please sign in to comment.