electron-cli 0.3.0-alpha.10 → 0.3.0-alpha.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -252,6 +252,7 @@ mod tests {
252
252
  package_json: Some(camino::Utf8PathBuf::from("/tmp/native-app/package.json")),
253
253
  name: Some("native-app".to_string()),
254
254
  version: Some("0.1.0".to_string()),
255
+ repository: None,
255
256
  license: None,
256
257
  main: Some("src/main.js".to_string()),
257
258
  package_manager: Some("npm".to_string()),