0.2.4 Update Deps

master
David Kebler 2019-08-10 17:56:27 -07:00
parent 96edcb311d
commit db4dc7bea5
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@uci-utils/bind-funcs",
"version": "0.2.3",
"version": "0.2.4",
"description": "Function to bind all functions to a context in an array or object",
"main": "src/bind-functions.js",
"scripts": {
@ -28,14 +28,14 @@
},
"homepage": "https://github.com/uCOMmandIt/uci-utils#readme",
"dependencies": {
"@uci-utils/type": "^0.2.0",
"clone": "^2.1.0",
"@uci-utils/type": "^0.2.1",
"clone": "^2.1.2",
"traverse": "^0.6.6"
},
"devDependencies": {
"chai": "^4.2.0",
"esm": "^3.2.4",
"mocha": "^5.2.0",
"nodemon": "^1.18.10"
"esm": "^3.2.25",
"mocha": "^6.2.0",
"nodemon": "^1.19.1"
}
}