Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Aug 12, 2016
1 parent d568905 commit 169c96c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Expand Up @@ -4,17 +4,16 @@
"main": "./index.js",
"dependencies": {
"iconv-lite": "0.4.13",
"lodash.assign": "4.0.9",
"lodash.omit": "4.3.0",
"lodash.invert": "4.1.1",
"lodash.isempty": "4.2.1",
"lodash.assign": "4.1.0",
"lodash.omit": "4.4.1",
"lodash.invert": "4.2.0",
"lodash.isempty": "4.3.1",
"lodash.isobject": "3.0.2",
"ut-bitsyntax": "~5.0.3",
"ut-validate": "~5.0.0"
"ut-bitsyntax": "~5.4.2"
},
"devDependencies": {
"adiff": "0.2.13",
"ut-tools": "^5.6.0"
"ut-tools": "^5.6.2"
},
"scripts": {
"lint": "ut-lint .",
Expand Down

0 comments on commit 169c96c

Please sign in to comment.