diff --git a/_develop/zero_to_dapp_2.md b/_develop/zero_to_dapp_2.md index 5ff2b634..58e7d356 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-origin request configuration. src diff --git a/_develop/zero_to_dapp_2_win.md b/_develop/zero_to_dapp_2_win.md index fafadb89..4a069b8e 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-origin request configuration. src