diff --git a/README.md b/README.md index 090ac48..c237af3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Watch the [screencast](https://angularfirebase.com/lessons/import-csv-json-or-ex - Clone and run `npm install` - Download the service account from your Firebase project settings, then save it as `credentials.json` in the project root. -- `npm run build` and you're off and running. +- `npm run build-link` and you're off and running. ## Import Data to Firestore @@ -22,7 +22,7 @@ Watch the [screencast](https://angularfirebase.com/lessons/import-csv-json-or-ex - Omitting [collections...], or specifying root "/" will import all collections. ``` -import|i [options] [collections...] +fire-migrate import|i [options] [collections...] ``` Options: @@ -57,7 +57,7 @@ fire-migrate i -m --id docid test.xlsx myCollection - Splits CSV/XLSX collections into separate files/sheets with an INDEX. ``` -export|e [options] [collections...] +fire-migrate export|e [options] [collections...] ``` Options: diff --git a/package.json b/package.json index a7f5804..8a69df2 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "@types/csvtojson": "^1.1.5", "@types/fs-extra": "^5.0.1", "@types/lodash": "^4.14.106", - "@types/node": "^10.5.7", - "typescript": "^3.0.1" + "@types/node": "^12.12.7", + "typescript": "^3.2.2" }, "dependencies": { "commander": "^2.15.1",