Scoped packages (#4354)

* Updates for scoped packages dependencies

* bumps s3 adapter

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
Florent Vilmart
2017-11-17 08:32:58 -05:00
committed by GitHub
parent e1d04cd655
commit de73f3723c
10 changed files with 28 additions and 23 deletions

View File

@@ -1,11 +1,11 @@
/**
* Parse Server Configuration Builder
*
*
* This module builds the definitions file (src/Options/Definitions.js)
* from the src/Options/index.js options interfaces.
* The Definitions.js module is responsible for the default values as well
* as the mappings for the CLI.
*
*
* To rebuild the definitions file, run
* `$ node resources/buildConfigDefinitions.js`
*/