Skip to content

Commit

Permalink
plugin: fix the dependencies for fs-extra (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Jul 9, 2020
1 parent c36955a commit ab085f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/plugins/data-collect/csv-data-collect/package.json
Expand Up @@ -14,20 +14,21 @@
"compile": "tsc -b tsconfig.json"
},
"author": "",
"license": "ISC",
"license": "Apache 2.0",
"dependencies": {
"@pipcook/pipcook-core": "^1.0.1",
"@types/fs-extra": "^8.1.0",
"@types/uuid": "^7.0.2",
"csv-parse": "^4.8.8",
"csv-stringify": "^5.3.6",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"glob-promise": "^3.4.0",
"uuid": "^7.0.2"
},
"gitHead": "53e131a069b3112a74ae5d99aa1ab08bec768c7e",
"devDependencies": {
"@types/jasmine": "^3.5.7",
"@types/fs-extra": "^8.1.0",
"@types/uuid": "^7.0.2",
"nyc": "14.1.1"
},
"publishConfig": {
Expand Down

0 comments on commit ab085f7

Please sign in to comment.