From f27cba46b1d1d0f52a0d1a2c69be942cca48c7e0 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Tue, 9 Jul 2019 14:48:52 -0700 Subject: [PATCH] Removing bad information from table Signed-off-by: Mary Anthony --- _develop/zero_to_dapp_2.md | 10 +++------- _develop/zero_to_dapp_2_win.md | 10 +++------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/_develop/zero_to_dapp_2.md b/_develop/zero_to_dapp_2.md index 5ff2b634..aaacbd46 100644 --- a/_develop/zero_to_dapp_2.md +++ b/_develop/zero_to_dapp_2.md @@ -203,19 +203,15 @@ In this section, you copy the code for Animal Kingdom to your workstation. package.json - An NPM project file. - - - config - Environment configuration files written in Javascript. + An NPM project file and a corresponding .lock file. public Files that are copied into the root of the site you are building. - scripts - NPM scripts used to do common tasks in the project. + cors + Files to support cross-orgin request configruation. src diff --git a/_develop/zero_to_dapp_2_win.md b/_develop/zero_to_dapp_2_win.md index fafadb89..95383cfe 100644 --- a/_develop/zero_to_dapp_2_win.md +++ b/_develop/zero_to_dapp_2_win.md @@ -213,19 +213,15 @@ In this section, you copy the code for Animal Kingdom to your workstation. package.json - An NPM project file. - - - config - Environment configuration files written in Javascript. + An NPM project file and a corresponding .lock file. public Files that are copied into the root of the site you are building. - scripts - NPM scripts used to do common tasks in the project. + cors + Files to support cross-orgin request configruation. src