mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix the casing of the modulesPath argument; update the readme
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = {
|
||||
//Construct and validate the arguments
|
||||
var args = {
|
||||
platform: grunt.option("platform"),
|
||||
modulesPath: grunt.option("modulespath"),
|
||||
modulesPath: grunt.option("modulesPath"),
|
||||
tnsPath: grunt.option("tnsPath"),
|
||||
emulatorProcessIdentifier: grunt.option("emuPId"),
|
||||
emuAvdName: grunt.option("avd"),
|
||||
|
||||
Reference in New Issue
Block a user