0.2.4 Update Deps
parent
96edcb311d
commit
db4dc7bea5
12
package.json
12
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@uci-utils/bind-funcs",
|
"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",
|
"description": "Function to bind all functions to a context in an array or object",
|
||||||
"main": "src/bind-functions.js",
|
"main": "src/bind-functions.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -28,14 +28,14 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/uCOMmandIt/uci-utils#readme",
|
"homepage": "https://github.com/uCOMmandIt/uci-utils#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@uci-utils/type": "^0.2.0",
|
"@uci-utils/type": "^0.2.1",
|
||||||
"clone": "^2.1.0",
|
"clone": "^2.1.2",
|
||||||
"traverse": "^0.6.6"
|
"traverse": "^0.6.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"esm": "^3.2.4",
|
"esm": "^3.2.25",
|
||||||
"mocha": "^5.2.0",
|
"mocha": "^6.2.0",
|
||||||
"nodemon": "^1.18.10"
|
"nodemon": "^1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue