Skip to content

Commit

Permalink
fix(errors): fix error object - bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noamokman committed Feb 28, 2017
1 parent 3e4340f commit 7dc596c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,27 @@
},
"homepage": "https://github.com/noamokman/simple-kerberos#readme",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-istanbul": "^0.11.0",
"babel-preset-env": "0.0.6",
"babel-register": "^6.16.3",
"babel-cli": "^6.23.0",
"babel-istanbul": "^0.12.1",
"babel-preset-env": "1.1.10",
"babel-register": "^6.23.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"coveralls": "^2.11.14",
"coveralls": "^2.11.16",
"dirty-chai": "^1.2.2",
"eslint": "^3.8.1",
"eslint-config-noamokman": "^5.0.1",
"husky": "^0.11.9",
"lint-staged": "^3.2.0",
"mocha": "^3.1.2",
"eslint": "^3.16.1",
"eslint-config-noamokman": "^5.2.0",
"husky": "^0.13.1",
"lint-staged": "^3.3.1",
"mocha": "^3.2.0",
"mockery": "^2.0.0",
"npm-run-all": "^3.1.1",
"rimraf": "^2.5.4",
"validate-commit-msg": "^2.8.2"
"npm-run-all": "^4.0.2",
"rimraf": "^2.6.1",
"validate-commit-msg": "^2.11.1"
},
"dependencies": {
"kerberos": "*",
"nested-error-stacks": "^1.0.2",
"nested-error-stacks": "^2.0.0",
"pify": "^2.3.0"
},
"engines": {
Expand Down

0 comments on commit 7dc596c

Please sign in to comment.