0.2.2 Update Depts
parent
626fe1483c
commit
a9b5c24859
12
package.json
12
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@uci-utils/read-lines",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Functions to read and write lines from/to a file into/from an Array (asynchronously)",
|
||||
"main": "src/read-lines.js",
|
||||
"scripts": {
|
||||
|
@ -28,14 +28,14 @@
|
|||
},
|
||||
"homepage": "https://github.com/uCOMmandIt/uci-utils#readme",
|
||||
"dependencies": {
|
||||
"@uci-utils/logger": "0.0.13",
|
||||
"p-settle": "^2.1.0"
|
||||
"@uci-utils/logger": "^0.0.15",
|
||||
"p-settle": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"chai-arrays": "^2.0.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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue