Added missing dependencies

no issue

- these dependencies are used within the `members-csv` repo but were
  never included in the `package.json`
- this commit adds in the missing dependencies
This commit is contained in:
Daniel Lockyer 2021-06-29 21:40:07 +01:00
parent 5ea642c8c1
commit 88fd6c10f5

View File

@ -24,6 +24,10 @@
"sinon": "9.2.4"
},
"dependencies": {
"papaparse": "5.3.1"
"bluebird": "^3.7.2",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"papaparse": "5.3.1",
"pump": "^3.0.0"
}
}