mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
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:
parent
5ea642c8c1
commit
88fd6c10f5
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user